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