#ifndef _NTWMI_H typedef struct _WMI_UDP_V4 { ULONG ProcessId; USHORT TransferSize; UCHAR DestinationAddress[4]; UCHAR SourceAddress[4]; USHORT DestinationPort; USHORT SourcePort; } WMI_UDP_V4, *PWMI_UDP_V4; #endif View code on GitHub
No description available.