LibreOffice Module registry (master) 1
Classes | Functions
registry.hxx File Reference
#include <registry/regdllapi.h>
#include <registry/regtype.h>
#include <rtl/ustring.hxx>
Include dependency graph for registry.hxx:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ initRegistry_Api()