#include <LgiOsClasses.h>
Public Member Functions | |
GRegKey (char *Key,...) | |
Constructor. | |
bool | IsOk () |
Returns true if the key was openned. | |
bool | Create () |
Creates the key if not present. | |
char * | Name () |
Returns the key name. | |
char * | GetStr (char *Name=0) |
Return a string value. | |
bool | SetStr (char *Name, char *Value) |
Sets a string value. | |
int | GetInt (char *Name=0) |
Get an int value. | |
bool | SetInt (char *Name, int Value) |
Set an int value. | |
bool | GetBinary (char *Name, void *&Ptr, int &Len) |
Get a binary value. | |
bool | SetBinary (char *Name, void *Ptr, int Len) |
Set a binary value. | |
bool | DeleteValue (char *Name=0) |
Delete a value. | |
bool | DeleteKey () |
Delete a key. | |
bool | GetKeyNames (List< char > &n) |
List all the key names under this key. | |
bool | GetValueNames (List< char > &n) |
List all the key value name under this key. |
|
Constructor.
|
|
Return a string value.
|