INTSTATUS IntWinPowHandlePowerStateChange(void *Detour)
Detour callback which is called whenever NtSetSystemPowerState is called, resulting in a hypercall to...
The maximum state, should never be used as it is just an indicator for sanity checks.
The guest is about to enter hibernate (S4).
int INTSTATUS
The status data type.
INTSTATUS IntWinPowEnableSpinWait(void)
This function is called in order to re-enable spin waiting in the handler after it was previously dis...
The guest is about to enter a sleep state (S1, S2, S3).
_INTRO_POWER_STATE
Detected guest power states.
The state is not among the known combinations or it is unused by the introspection engine...
The guest is about to reboot.
enum _INTRO_POWER_STATE INTRO_POWER_STATE
Detected guest power states.
INTSTATUS IntWinPowDisableSpinWait(void)
This function is called in order to disable spin waiting after everything we needed to be unloaded wa...
enum _INTRO_POWER_STATE * PINTRO_POWER_STATE