#ifndef _NTWMI_H
/**
* The ETW class GUID for UDP/IP events.
* \sa https://learn.microsoft.com/en-us/windows/win32/etw/udpip
*/
DEFINE_GUID( /* bf3a50c5-a9c9-4988-a005-2df0b7c80f80 */
UdpIpGuid,
0xbf3a50c5,
0xa9c9,
0x4988,
0xa0, 0x05, 0x2d, 0xf0, 0xb7, 0xc8, 0x0f, 0x80
);
View code on GitHubNo description available.