#ifndef _NTWMI_H
typedef struct _WMI_WAIT_MULTIPLE
{
ULONG ThreadId;
UCHAR WaitType;
UCHAR ObjectCount;
WMI_WAIT_OBJECT_RECORD ObjectRecord[WMI_WAIT_MULTIPLE_MAX_OBJECTS];
} WMI_WAIT_MULTIPLE, *PWMI_WAIT_MULTIPLE;
View code on GitHub
No description available.