RegistryKeyArray represents an array of open keys.
More...
#include <registry.hxx>
Protected Attributes |
sal_uInt32 | m_length |
| stores the number of open subkeys, the number of elements.
|
RegKeyHandle * | m_phKeys |
| stores an array of open subkeys.
|
Registry | m_registry |
| stores the handle to the registry file where the appropriate keys are located.
|
Detailed Description
RegistryKeyArray represents an array of open keys.
RegistryKeyArray is a helper class to work with an array of keys.
Constructor & Destructor Documentation
RegistryKeyArray::RegistryKeyArray |
( |
| ) |
|
|
inline |
RegistryKeyArray::~RegistryKeyArray |
( |
| ) |
|
|
inline |
Destructor, all subkeys will be closed.
Member Function Documentation
RegError RegistryKeyArray::closeKeyHandles |
( |
| ) |
|
|
inlineprotected |
RegistryKey RegistryKeyArray::getElement |
( |
sal_uInt32 |
index | ) |
|
|
inline |
returns the open key specified by index.
sal_uInt32 RegistryKeyArray::getLength |
( |
| ) |
|
|
inline |
returns the length of the array.
void RegistryKeyArray::setKeyHandles |
( |
Registry & |
registry, |
|
|
RegKeyHandle * |
phKeys, |
|
|
sal_uInt32 |
length |
|
) |
| |
|
inlineprotected |
sets the data of the key array.
- Parameters
-
registry | specifies the registry files where the keys are located. |
phKeys | points to an array of open keys. |
length | specifies the length of the array specified by phKeys. |
Friends And Related Function Documentation
Member Data Documentation
sal_uInt32 RegistryKeyArray::m_length |
|
protected |
stores the number of open subkeys, the number of elements.
stores an array of open subkeys.
stores the handle to the registry file where the appropriate keys are located.
The documentation for this class was generated from the following file: