EventProtocolBind_t

Contains information about an EVENT_PROTOCOL_BIND or EVENT_PROTOCOL_UNBIND event.

Service:NetWare Platform

Structure

  #include <event.h>
  
  typedef struct
  {
     int   boardNumber;
     int   protocolNumber;
  } EventProtocolBind_t;
  

Fields

boardNumber

Specifies the number of the board.

protocolNumber

Specifies the number of the protocol.