#include <CPowerRequest.h>
Definition at line 73 of file CPowerRequest.h.
CPowerRequest::CPowerRequest |
( |
const wchar_t * |
Reason | ) |
|
Definition at line 38 of file CPowerRequest.cpp.
39 HMODULE kernel32 = GetModuleHandle(_T(
"kernel32.dll"));
42 ctx.
Reason.SimpleReasonString =
const_cast<wchar_t*
>(Reason);
union winapi_substitute::_REASON_CONTEXT::@14 Reason
pPowerCreateRequest_t PowerCreateRequest
CPowerRequest::~CPowerRequest |
( |
| ) |
|
CPowerRequest::CPowerRequest |
( |
const wchar_t * |
Reason | ) |
|
|
inline |
void CPowerRequest::_UpdateTES |
( |
| ) |
|
|
private |
void CPowerRequest::SetDisplay |
( |
bool |
bDisplay | ) |
|
Definition at line 67 of file CPowerRequest.cpp.
void ToggleDisplay(HANDLE hRequest, bool bDisplay)
void CPowerRequest::SetDisplay |
( |
bool |
bDisplay | ) |
|
|
inline |
void CPowerRequest::SetExecution |
( |
bool |
bExecution | ) |
|
Definition at line 57 of file CPowerRequest.cpp.
void ToggleExecution(HANDLE hRequest, bool bSystem)
void CPowerRequest::SetExecution |
( |
bool |
bExecution | ) |
|
|
inline |
void CPowerRequest::SetSystem |
( |
bool |
bSystem | ) |
|
Definition at line 47 of file CPowerRequest.cpp.
void ToggleSystem(HANDLE hRequest, bool bSystem)
void CPowerRequest::SetSystem |
( |
bool |
bSystem | ) |
|
|
inline |
bool CPowerRequest::m_bDisplay |
|
private |
bool CPowerRequest::m_bSystem |
|
private |
HANDLE CPowerRequest::m_Request |
|
private |
The documentation for this class was generated from the following files: