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