#ifndef _NTWMI_H
///
// EventTraceGuid is used to identify a event tracing session
//
//DEFINE_GUID( /* 68fdd900-4a3e-11d1-84f4-0000f80464e3 */
// EventTraceGuid,
// 0x68fdd900,
// 0x4a3e,
// 0x11d1,
// 0x84, 0xf4, 0x00, 0x00, 0xf8, 0x04, 0x64, 0xe3
// );
//
//
// EventTraceConfigGuid. Used to report system configuration records
//
//DEFINE_GUID( /* 01853a65-418f-4f36-aefc-dc0f1d2fd235 */
// EventTraceConfigGuid,
// 0x01853a65,
// 0x418f,
// 0x4f36,
// 0xae, 0xfc, 0xdc, 0x0f, 0x1d, 0x2f, 0xd2, 0x35
// );
DEFINE_GUID( /* 90cbdc39-4a3e-11d1-84f4-0000f80464e3 */
FileIoGuid,
0x90cbdc39,
0x4a3e,
0x11d1,
0x84, 0xf4, 0x00, 0x00, 0xf8, 0x04, 0x64, 0xe3
);
View code on GitHub
No description available.