#ifndef _NTWMI_H typedef struct _WMI_DELAY_EXECUTION { ULONG ThreadId; ULONGLONG Delta; } WMI_DELAY_EXECUTION, *PWMI_DELAY_EXECUTION; #endif View code on GitHub
No description available.