Share via


PROTOCOLINFO

The PROTOCOLINFO structure describes a protocol.

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

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.