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