Implements power callback functions.
More...
#include "power_callback.h"
#include "common.h"
#include "log.h"
#include "vm.h"
Go to the source code of this file.
Implements power callback functions.
Definition in file power_callback.cpp.
◆ PowerCallbackInitialization()
NTSTATUS PowerCallbackInitialization |
( |
| ) |
|
◆ PowerCallbackpCallbackRoutine()
static void PowerCallbackpCallbackRoutine |
( |
PVOID |
callback_context, |
|
|
PVOID |
argument1, |
|
|
PVOID |
argument2 |
|
) |
| |
|
static |
◆ PowerCallbackTermination()
void PowerCallbackTermination |
( |
| ) |
|
◆ g_pcp_callback_object
PCALLBACK_OBJECT g_pcp_callback_object = nullptr |
|
static |
◆ g_pcp_registration
PVOID g_pcp_registration = nullptr |
|
static |
◆ PowerCallbackpCallbackRoutine
CALLBACK_FUNCTION PowerCallbackpCallbackRoutine |
|
static |