PORT_DATA_2 - NtDoc

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

typedef struct _PORT_DATA_2 {
  WCHAR sztPortName[MAX_PORTNAME_LEN];
  DWORD dwVersion;
  DWORD dwProtocol;
  DWORD cbSize;
  DWORD dwReserved;
  WCHAR sztHostAddress[MAX_NETWORKNAME2_LEN];
  WCHAR sztSNMPCommunity[MAX_SNMP_COMMUNITY_STR_LEN];
  DWORD dwDoubleSpool;
  WCHAR sztQueue[MAX_QUEUENAME_LEN];
  BYTE  Reserved[514];
  DWORD dwPortNumber;
  DWORD dwSNMPEnabled;
  DWORD dwSNMPDevIndex;
  DWORD dwPortMonitorMibIndex;
} PORT_DATA_2, *PPORT_DATA_2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PORT_DATA_2 structure

Description

Members

sztPortName

dwVersion

dwProtocol

cbSize

dwReserved

sztHostAddress

sztSNMPCommunity

dwDoubleSpool

sztQueue

Reserved

dwPortNumber

dwSNMPEnabled

dwSNMPDevIndex

dwPortMonitorMibIndex

Remarks

See also