RegistryKeyArray represents an array of open keys.
More...
#include <registry.hxx>
|
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.
|
|
RegistryKeyArray represents an array of open keys.
RegistryKeyArray is a helper class to work with an array of keys.
RegistryKeyArray::RegistryKeyArray |
( |
| ) |
|
|
inline |
RegistryKeyArray::~RegistryKeyArray |
( |
| ) |
|
|
inline |
Destructor, all subkeys will be closed.
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. |
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: