#include <XHKEY.h>
Public Member Functions | |
| XHKEY () | |
| Construct an unbound handle. | |
| XHKEY (HKEY h) | |
| Constructor taking ownership of an existing handle. | |
| ~XHKEY () | |
| Tidy up, closing the encapsulated handle. | |
| void | Close () |
| Close the encapsulated handle. | |
| operator HKEY () const | |
| Extractor returning the encapsulated handle. | |
| HKEY * | operator & () |
| Extractor returning the address of the encapsulated handle. | |
| HKEY | operator= (HKEY h) |
| Assign a new handle and take ownership of it. | |
| HKEY | Detach () |
| Detach and return the encapsulated handle. | |
1.3.9.1