#ifndef _NTWMI_H typedef struct _WMI_PAGE_FAULT { PVOID VirtualAddress; PVOID ProgramCounter; } WMI_PAGE_FAULT, *PWMI_PAGE_FAULT; #endif View code on GitHub
No description available.