RegistryKeyNames represents an array of key names.
More...
#include <registry.hxx>
RegistryKeyNames represents an array of key names.
RegistryKeyNames is a helper class to work with an array of key names.
RegistryKeyNames::RegistryKeyNames |
( |
| ) |
|
|
inline |
RegistryKeyNames::~RegistryKeyNames |
( |
| ) |
|
|
inline |
Destructor, the internal array with key names will be deleted.
RegError RegistryKeyNames::freeKeyNames |
( |
| ) |
|
|
inlineprotected |
delete the array of key names.
returns the name of the key sepecified by index.
sal_uInt32 RegistryKeyNames::getLength |
( |
| ) |
|
|
inline |
returns the length of the array.
void RegistryKeyNames::setKeyNames |
( |
Registry & |
registry, |
|
|
rtl_uString ** |
pKeyNames, |
|
|
sal_uInt32 |
length |
|
) |
| |
|
inlineprotected |
sets the data of the array.
- Parameters
-
registry | specifies the registry files where the keys are located. |
pKeyNames | points to an array of key names. |
length | specifies the length of the array specified by pKeyNames. |
sal_uInt32 RegistryKeyNames::m_length |
|
protected |
stores the number of key names, the number of elements.
rtl_uString** RegistryKeyNames::m_pKeyNames |
|
protected |
stores an array of key names.
stores the handle to the registry file where the appropriate keys are located.
The documentation for this class was generated from the following file: