Share via


PROTOCOLTABLE

The PROTOCOLTABLE structure contains a list of protocols.

typedef struct _PROTOCOLTABLE {
  DWORD nProtocols;
  HPROTOCOL hProtocol[1];
} PROTOCOLTABLE;

Members

  • nProtocols
    Number of protocols that are enabled.
  • hProtocol
    Array of handles to enabled protocols.

Requirements

Client Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Header

Declared in Netmon.h.