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