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