#ifndef _NTWMI_H typedef struct _WMI_UDP_V6 { ULONG ProcessId; USHORT TransferSize; UCHAR DestinationAddress[16]; UCHAR SourceAddress[16]; USHORT DestinationPort; USHORT SourcePort; } WMI_UDP_V6, *PWMI_UDP_V6; #endif View code on GitHub
No description available.