LibreOffice Module registry (master) 1
|
Go to the source code of this file.
Classes | |
struct | Registry_Api |
specifies a collection of function pointers which represents the complete registry C-API. More... | |
class | Registry |
The Registry provides the functionality to read and write information in a registry file. More... | |
class | RegistryKeyArray |
RegistryKeyArray represents an array of open keys. More... | |
class | RegistryKeyNames |
RegistryKeyNames represents an array of key names. More... | |
class | RegistryValueList< ValueType > |
RegistryValueList represents a value list of the specified type. More... | |
class | RegistryKey |
RegistryKey reads or writes information of the underlying key in a registry. More... | |
Functions | |
REG_DLLPUBLIC Registry_Api *REGISTRY_CALLTYPE | initRegistry_Api () |
the API initialization function. More... | |
REG_DLLPUBLIC Registry_Api *REGISTRY_CALLTYPE initRegistry_Api | ( | ) |
the API initialization function.
Definition at line 211 of file registry.cxx.
References acquire(), acquireKey(), closeKey(), closeRegistry(), closeSubKeys(), createKey(), createRegistry(), deleteKey(), destroyRegistry(), freeKeyNames(), freeValueList(), getKeyName(), getKeyNames(), getLongListValue(), getName(), getResolvedKeyName(), getStringListValue(), getUnicodeListValue(), getValue(), getValueInfo(), isKeyReadOnly(), isReadOnly(), openKey(), openRegistry(), openRootKey(), openSubKeys(), release(), releaseKey(), setLongListValue(), setStringListValue(), setUnicodeListValue(), and setValue().