|
Public Member Functions |
| | reg_key (HKEY toplev, REGSAM access,...) |
| | reg_key (REGSAM access,...) |
| | reg_key (REGSAM access=KEY_ALL_ACCESS) |
| void * | operator new (size_t, void *p) |
| void | build_reg (HKEY key, REGSAM access, va_list av) |
| int | error () |
| int | kill (const char *child) |
| int | killvalue (const char *name) |
| HKEY | get_key () |
| int | get_int (const char *, int def) |
| int | get_string (const char *, char *buf, size_t len, const char *def) |
| int | set_string (const char *, const char *) |
| int | set_int (const char *, int val) |
| | ~reg_key () |
Private Attributes |
| HKEY | key |
| LONG | key_is_invalid |