PORT_DATA_LIST_1 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// tcpxcv.h

typedef struct _PORT_DATA_LIST_1 {
  DWORD       dwVersion;
  DWORD       cPortData;
  PORT_DATA_2 pPortData[1];
} PORT_DATA_LIST_1, *PPORT_DATA_LIST_1;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-tcpxcv-_port_data_list_1)

_PORT_DATA_LIST_1 structure

Description

Members

dwVersion

cPortData

pPortData

Remarks

See also