#ifndef _NTWMI_H typedef struct _WMI_QUEUE { PVOID Queue; ULONG ThreadId; UCHAR Action; } WMI_QUEUE, *PWMI_QUEUE; #endif View code on GitHub
No description available.