#ifndef _NTWMI_H
//
// This structure is logged when PopSetDevicesSystemState is called to
// propagate a system state to all devices.
//
typedef struct _PERFINFO_SET_DEVICES_STATE
{
ULONG SystemState;
BOOLEAN Waking;
BOOLEAN Shutdown;
UCHAR IrpMinor;
} PERFINFO_SET_DEVICES_STATE, *PPERFINFO_SET_DEVICES_STATE;
View code on GitHub
No description available.