#ifndef _NTWMI_H
/**
* The ETW class GUID for page fault events.
* \sa https://learn.microsoft.com/en-us/windows/win32/etw/pagefault-v2
*/
DEFINE_GUID( /* 3d6fa8d3-fe05-11d0-9dda-00c04fd7ba7c */
PageFaultGuid,
0x3d6fa8d3,
0xfe05,
0x11d0,
0x9d, 0xda, 0x00, 0xc0, 0x4f, 0xd7, 0xba, 0x7c
);
View code on GitHubNo description available.