2.2.2.20.1.1 PROTOCOLSTATUSEX

The PROTOCOLSTATUSEX structure defines the extended status of the protocol used by the session.

 typedef struct {
   PROTOCOLSTATUS ProtocolStatus;
   LARGE_INTEGER Counters[MAX_COUNTER_EXTENSIONS];
 } PROTOCOLSTATUSEX,
  *PPROTOCOLSTATUSEX;

ProtocolStatus: The status of the protocol as described in section 2.2.2.20.1.

Counters: The value of the various counters associated with the protocol as specified in PROTOCOLCOUNTERS.