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