19 #ifndef __com_sun_star_registry_XRegistryKey_idl__ 20 #define __com_sun_star_registry_XRegistryKey_idl__ 30 module
com { module sun { module star { module registry {
106 void setLongValue( [in]
long value )
119 sequence<
long> getLongListValue()
131 void setLongListValue( [in] sequence<
long> seqValue )
144 string getAsciiValue()
157 void setAsciiValue( [in]
string value )
170 sequence<
string> getAsciiListValue()
183 void setAsciiListValue( [in] sequence<
string> seqValue )
196 string getStringValue()
208 void setStringValue( [in]
string value )
221 sequence<
string> getStringListValue()
232 void setStringListValue( [in] sequence<
string> seqValue )
245 sequence<
byte> getBinaryValue()
257 void setBinaryValue( [in] sequence<
byte> value )
293 com::sun::star::registry::
XRegistryKey createKey( [in]
string aKeyName )
314 void deleteKey( [in]
string rKeyName )
338 sequence<
string> getKeyNames()
361 boolean createLink( [in]
string aLinkName,
362 [in]
string aLinkTarget )
375 void deleteLink( [in]
string rLinkName )
389 string getLinkTarget( [in]
string rLinkName )
404 string getResolvedName( [in]
string aKeyName )
Definition: Ambiguous.idl:22
makes structural information (except regarding tree structures) of a single registry key accessible.
Definition: XRegistryKey.idl:39
signals that the registry is invalid or an operation on the registry failed.
Definition: InvalidRegistryException.idl:31
string KeyName
This is the key of the entry relative to its parent.
Definition: XRegistryKey.idl:49
RegistryValueType
represents all possible types of a key value.
Definition: RegistryValueType.idl:32
signals that the value of the key is invalid or does not have the appropriate key type.
Definition: InvalidValueException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:47
RegistryKeyType
represents all possible types of a key.
Definition: RegistryKeyType.idl:31