PROTOCOLINFO

The PROTOCOLINFO structure describes a protocol.

typedef struct _PROTOCOL INFO

{
    DWORD ProtocolID;
    LPPROPERTYDATABASE PropertyDatabase;
    BYTE ProtocolName[16];
    BYTE HelpFile[16];
    BYTE Comment[128];
} PROTOCOLINFO;

typedef PROTOCOLINFO *LPPROTOCOLINFO;
 

Members

ProtocolID
The system-assigned protocol identifier for this run session.
PropertyDatabase
The property database for this protocol.
ProtocolName
The abbreviated name.
HelpFile
The file name of the Help file.
Comment
A comment describing the protocol.