#include <Windows.h>
#include "xplCore.h"
#include "RegUtils.h"
#include "EventLog.h"
Functions | |
| bool | RegOpen (HKEY _root, string const &_path, HKEY *_pKey) |
| Open a registry key. | |
| bool | RegClose (HKEY _key) |
| Closes a registry key Closes the registry key opened by a call to RegOpen. | |
| bool | RegRead (HKEY _key, string const &_name, uint32 *_val) |
| Reads a uint32 from the registry. | |
| bool | RegRead (HKEY _key, string const &_name, bool *_bState) |
| Reads a boolean from the registry. | |
| bool | RegRead (HKEY _key, string const &_name, string *_str) |
| Reads a string from the registry. | |
1.5.1-p1