PROTOCOLINFO structure

The PROTOCOLINFO structure describes a protocol.

Syntax

typedef struct _PROTOCOLINFO {
  DWORD              ProtocolID;
  LPPROPERTYDATABASE PropertyDatabase;
  BYTE               ProtocolName[16];
  BYTE               HelpFile[16];
  BYTE               Comment[128];
} PROTOCOLINFO, *LPPROTOCOLINFO;

Members

ProtocolID

System-assigned protocol identifier of the specified run session.

PropertyDatabase

Property database of the specified protocol.

ProtocolName

Abbreviated protocol name.

HelpFile

Optional Help file name associated with the protocol.

Comment

A comment describing the protocol.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h