#include <win-objects.h>
Definition at line 289 of file win-objects.h.
pfc::winHandle::winHandle |
( |
HANDLE |
h_ = INVALID_HANDLE_VALUE | ) |
|
|
inline |
pfc::winHandle::~winHandle |
( |
| ) |
|
|
inline |
pfc::winHandle::winHandle |
( |
const winHandle & |
| ) |
|
|
private |
void pfc::winHandle::Attach |
( |
HANDLE |
h_ | ) |
|
|
inline |
void pfc::winHandle::Close |
( |
| ) |
|
|
inline |
Definition at line 293 of file win-objects.h.
294 if (
h != INVALID_HANDLE_VALUE) { CloseHandle(
h);
h = INVALID_HANDLE_VALUE; }
HANDLE pfc::winHandle::Detach |
( |
| ) |
|
|
inline |
Definition at line 298 of file win-objects.h.
298 {
HANDLE t =
h;
h = INVALID_HANDLE_VALUE;
return t; }
typedef HANDLE(WINAPI *pPowerCreateRequest_t)(__in void *Context)
HANDLE pfc::winHandle::Get |
( |
| ) |
const |
|
inline |
pfc::winHandle::operator HANDLE |
( |
| ) |
const |
|
inline |
void pfc::winHandle::operator= |
( |
const winHandle & |
| ) |
|
|
private |
The documentation for this class was generated from the following file: