Inheritance diagram for Registry:
Public Member Functions | |
~Registry () | |
BOOL | Open (uint32 key, char *subkey, int access) |
BOOL | Open (Registry &key, char *subkey, int access) |
BOOL | Close () |
BOOL | SetValue (char *valuename, int _type, PTR data, int datasiz) |
BOOL | SetValue (char *valuename, char *str) |
BOOL | CreateValue (char *valuename, int _type, PTR data, int datasiz) |
BOOL | CreateValue (char *valuename, char *str) |
BOOL | GetValue (char *valuename, PTR data, int &datasiz) |
BOOL | GetValue (char *valuename, String &s) |
BOOL | GetValueType (char *valuename, int &_type) |
BOOL | GetValueSize (char *valuename, int &_size) |
BOOL | DeleteKey (char *subkey) |
BOOL | DeleteValue (char *valuename) |
BOOL | FindFirstKey (String &_name) |
BOOL | FindNextKey (String &_name) |
BOOL | FindFirstValue (String &_name, int &_type) |
BOOL | FindNextValue (String &_name, int &_type) |
Static Public Member Functions | |
static BOOL | DeleteKey (uint32 key, char *subkey) |
static BOOL | DeleteValue (uint32 key, char *subkey, char *valuename) |
static BOOL | DeleteKeyEx (uint32 key, char *subkey) |
static BOOL | GetValue (uint32 key, char *subkey, char *value, String &s) |
static BOOL | SetValue (uint32 key, char *subkey, char *value, String &s) |
static BOOL | CreateKey (uint32 key, char *subkey) |
Public Attributes | |
BOOL | Valid |
Definition at line 11 of file registry.hpp.