Methods
|
RegistryKey( ); |
Default 建設者 |
RegistryKey( const RegistryKey & toCopy ); |
Copy 建設者 |
~RegistryKey( ); |
Destructor, の近くに the 重要な if it 言及/関連s an open one. |
RegistryKey &
操作者=( const RegistryKey & toAssign ); |
割り当てる 操作者 |
sal_Bool
isValid( ) const; |
checks if the 重要な points to a valid registry 重要な. |
sal_Bool
isReadOnly( ) const; |
returns the 接近 方式 of the 重要な.
|
::rtl::OUString
getName( ); |
returns the 十分な qualified 指名する of the 重要な beginning with the rootkey. |
RegError
createKey( const ::rtl::OUString & keyName, RegistryKey & rNewKey ); |
creates a new 重要な or opens a 重要な if the 明示するd 重要な already 存在するs.
|
RegError
openKey( const ::rtl::OUString & keyName, RegistryKey & rOpenKey ); |
opens the 明示するd 重要な.
|
RegError
openSubKeys( const ::rtl::OUString & keyName, RegistryKeyArray & rSubKeys ); |
opens all subkeys of the 明示するd 重要な.
|
RegError
getKeyNames( const ::rtl::OUString & keyName, RegistryKeyNames & rSubKeyNames ); |
returns an array with the 指名するs of all subkeys of the 明示するd 重要な.
|
RegError
closeSubKeys( RegistryKeyArray & rSubKeys ); |
の近くにs all 重要なs 明示するd in the array.
|
RegError
deleteKey( const ::rtl::OUString & keyName ); |
削除するs the 明示するd 重要な.
|
RegError
closeKey( ); |
の近くにs explicitly the 現在の 重要な |
無効の
releaseKey( ); |
解放(する)s the 現在の 重要な |
RegError
setValue( const ::rtl::OUString & keyName, RegValueType valueType, RegValue pValue, sal_uInt32 valueSize ); |
始める,決めるs a value of a 重要な.
|
RegError
setLongListValue( const ::rtl::OUString & keyName, sal_Int32 * pValueList, sal_uInt32 len ); |
始める,決めるs a long 名簿(に載せる)/表(にあげる) value of a 重要な.
|
RegError
setStringListValue( const ::rtl::OUString & keyName, sal_Char * * pValueList, sal_uInt32 len ); |
始める,決めるs an ascii 名簿(に載せる)/表(にあげる) value of a 重要な.
|
RegError
setUnicodeListValue( const ::rtl::OUString & keyName, sal_Unicode * * pValueList, sal_uInt32 len ); |
始める,決めるs an unicode string 名簿(に載せる)/表(にあげる) value of a 重要な.
|
RegError
getValueInfo( const ::rtl::OUString & keyName, RegValueType * pValueType, sal_uInt32 * pValueSize ); |
gets info about type and size of a value.
|
RegError
getValue( const ::rtl::OUString & keyName, RegValue pValue ); |
gets the value of a 重要な.
|
RegError
getLongListValue( const ::rtl::OUString & keyName, RegistryValueList< sal_Int32 > & rValueList ); |
gets a long 名簿(に載せる)/表(にあげる) value of a 重要な.
|
RegError
getStringListValue( const ::rtl::OUString & keyName, RegistryValueList< sal_Char * > & rValueList ); |
gets an ascii 名簿(に載せる)/表(にあげる) value of a 重要な.
|
RegError
getUnicodeListValue( const ::rtl::OUString & keyName, RegistryValueList< sal_Unicode * > & rValueList ); |
gets a unicode value of a 重要な.
|
RegError
createLink( const ::rtl::OUString & linkName, const ::rtl::OUString & linkTarget ); |
used to create a link.
|
RegError
deleteLink( const ::rtl::OUString & linkName ); |
used to 削除する a link.
|
RegError
getKeyType( const ::rtl::OUString & 指名する, RegKeyType * pKeyType ) const; |
returns the type of the 明示するd 重要な.
|
RegError
getLinkTarget( const ::rtl::OUString & linkName, ::rtl::OUString & rLinkTarget ) const; |
used to return the 的 of a link.
|
RegError
getResolvedKeyName( const ::rtl::OUString & keyName, sal_Bool firstLinkOnly, ::rtl::OUString & rResolvedName ) const; |
解決するs a keyname.
|
::rtl::OUString
getRegistryName( ); |
returns the 指名する of the registry in which the 重要な is defined. |
Registry
getRegistry( ) const; |
returns the registry in which the 重要な is defined. |