Overview | Namespace | Class | Index | Help |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const RegistryKey & | toCopy ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const RegistryKey & | toAssign ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const ::rtl::OUString & | keyName, |
RegistryKey & | rNewKey ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which will be opened or created. |
rNewKey | references a RegistryKey which will be filled with the new or open key. |
const ::rtl::OUString & | keyName, |
RegistryKey & | rOpenKey ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which will be opened. |
rOpenKey | references a RegistryKey which will be filled with the open key. |
const ::rtl::OUString & | keyName, |
RegistryKeyArray & | rSubKeys ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which subkeys will be opened. |
rSubKeys | reference a RegistryKeyArray which will be filled with the open subkeys. |
const ::rtl::OUString & | keyName, |
RegistryKeyNames & | rSubKeyNames ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which subkey names will be returned. |
rSubKeyNames | reference a RegistryKeyNames array which will be filled with the subkey names. |
RegistryKeyArray & | rSubKeys ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
rSubKeys | reference a RegistryKeyArray which contains the open keys. |
const ::rtl::OUString & | keyName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which will be deleted. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const ::rtl::OUString & | keyName, |
RegValueType | valueType, |
RegValue | pValue, |
sal_uInt32 | valueSize ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which value will be set. If keyName is an empty string, the value will be set for the key specified by hKey. |
valueType | specifies the type of the value. |
pData | points to a memory block containing the data for the value. |
valueSize | specifies the size of pData in bytes |
const ::rtl::OUString & | keyName, |
sal_Int32 * | pValueList, |
sal_uInt32 | len ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which value will be set. If keyName is an empty string, the value will be set for the key specified by hKey. |
pValueList | points to an array of longs containing the data for the value. |
len | specifies the length of the list (the array referenced by pValueList). |
const ::rtl::OUString & | keyName, |
sal_Char * * | pValueList, |
sal_uInt32 | len ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which value will be set. If keyName is an empty string, the value will be set for the key specified by hKey. |
pValueList | points to an array of sal_Char* containing the data for the value. |
len | specifies the length of the list (the array referenced by pValueList). |
const ::rtl::OUString & | keyName, |
sal_Unicode * * | pValueList, |
sal_uInt32 | len ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which value will be set. If keyName is an empty string, the value will be set for the key specified by hKey. |
pValueList | points to an array of sal_Unicode* containing the data for the value. |
len | specifies the length of the list (the array referenced by pValueList). |
const ::rtl::OUString & | keyName, |
RegValueType * | pValueType, |
sal_uInt32 * | pValueSize ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which value info will be returned. If keyName is an empty string, the value info of the key specified by hKey will be returned. |
pValueType | returns the type of the value. |
pValueSize | returns the size of the value in bytes or the length of a list value. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which value will be returned. If keyName is an empty string, the value is get from the key specified by hKey. |
pValue | points to an allocated memory block receiving the data of the value. |
const ::rtl::OUString & | keyName, |
RegistryValueList< sal_Int32 > & | rValueList ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which value will be returned. If keyName is an empty string, the value is get from the key specified by hKey. |
rValueList | references a RegistryValueList which will be filled with the long values. |
const ::rtl::OUString & | keyName, |
RegistryValueList< sal_Char * > & | rValueList ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which value will be returned. If keyName is an empty string, the value is get from the key specified by hKey. |
rValueList | references a RegistryValueList which will be filled with the ascii values. |
const ::rtl::OUString & | keyName, |
RegistryValueList< sal_Unicode * > & | rValueList ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which value will be returned. If keyName is an empty string, the value is get from the key specified by hKey. |
rValueList | reference a RegistryValueList which will be filled with the unicode values. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
linkName | specifies the name of link |
linkTarget | specifies a full qualified keyname as target for the link. |
const ::rtl::OUString & | linkName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
linkName | specifies the name of link |
const ::rtl::OUString & | name, |
RegKeyType * | pKeyType ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
name | specifies the name of the key or link. |
pKeyType | returns the type of the key. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
linkName | specifies the name of link. |
rLinkTarget | returns the target keyname of the link. |
const ::rtl::OUString & | keyName, |
sal_Bool | firstLinkOnly, |
::rtl::OUString & | rResolvedName ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
keyName | specifies the name of the key which will be resolved relativ to this key. The resolved name will be prefixed with the name of this key. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Copyright © 2003 Sun Microsystems, Inc.