#ifndef _NTWMI_H
//
// This structure is logged when PopSetPowerAction is called to start
// propagating a new power action (e.g. standby/hibernate/shutdown)
//
typedef struct _PERFINFO_SET_POWER_ACTION
{
//
// This field is used to match SET_POWER_ACTION_RET entry.
//
PVOID Trigger;
ULONG PowerAction;
ULONG LightestState;
} PERFINFO_SET_POWER_ACTION, *PPERFINFO_SET_POWER_ACTION;
View code on GitHub
No description available.