BeginEnumKey() | MyRegistry | [inline] |
BeginEnumValue() | MyRegistry | [inline] |
Create(char *nameKey) | MyRegistry | |
DeleteKey(char *nameKey=NULL) | MyRegistry | |
DeleteValue(char *param) | MyRegistry | |
GetKeyName(MyString &result) | MyRegistry | |
GetLastError() | MyRegistry | [inline] |
GetValue(char *param, char *result, char *defValue=NULL) | MyRegistry | |
GetValue(char *param, MyString &result, char *defValue=NULL) | MyRegistry | |
GetValue(char *param, int *result, int defValue=0) | MyRegistry | |
GetValue(char *param, DWORD *result, DWORD defValue=0) | MyRegistry | |
GetValue(char *param, LONGLONG *result, LONGLONG defValue=0) | MyRegistry | |
GetValue(char *param) | MyRegistry | |
GetValue(char *param, float *result, float defValue=0) | MyRegistry | |
GetValue(char *param, double *result, double defValue=0) | MyRegistry | |
GetValueExpand(char *param, char *result, char *defValue=NULL) | MyRegistry | |
GetValueExpand(char *param, MyString &result, char *defValue=NULL) | MyRegistry | |
GetValueMulti(char *param, MyList< MyString > &result, char *defValue=NULL) | MyRegistry | |
GetValueSize(char *param) | MyRegistry | |
GetValueType(char *param) | MyRegistry | |
IsAutoCreate() | MyRegistry | |
MyRegistry(BOOL autoCreate=FALSE) | MyRegistry | |
NextEnumKey(char *result) | MyRegistry | |
NextEnumKey(MyString &result) | MyRegistry | |
NextEnumValue(char *result) | MyRegistry | |
NextEnumValue(MyString &result) | MyRegistry | |
Open(char *nameKey) | MyRegistry | |
operator=(char *nameKey) | MyRegistry | [inline] |
SetAutoCreate(BOOL autoCreate) | MyRegistry | |
SetValue(char *param) | MyRegistry | |
SetValue(char *param, int value) | MyRegistry | |
SetValue(char *param, DWORD value) | MyRegistry | |
SetValue(char *param, LONGLONG value) | MyRegistry | |
SetValue(char *param, char *value) | MyRegistry | |
SetValue(char *param, LPBYTE data, int size) | MyRegistry | |
SetValue(char *param, float result) | MyRegistry | |
SetValue(char *param, double result) | MyRegistry | |
SetValueBigEndian(char *param, DWORD value) | MyRegistry | |
SetValueExpand(char *param, char *value) | MyRegistry | |
SetValueLittleEndian(char *param, DWORD value) | MyRegistry | |
SetValueLittleEndian(char *param, LONGLONG value) | MyRegistry | |
SetValueMulti(char *param, MyList< MyString > &lString) | MyRegistry | |
SetValueMulti(char *param, char *value) | MyRegistry | |
TestKey() | MyRegistry | |
TestValue(char *param) | MyRegistry | |