2.2.2.2 PROTOCOLSTATUS_INFO_TYPE

The PROTOCOLSTATUS_INFO_TYPE enumeration specifies the protocol status information requested for a particular session running on a terminal server.

 typedef  enum 
 {
   PROTOCOLSTATUS_INFO_BASIC = 0,
   PROTOCOLSTATUS_INFO_EXTENDED = 1,
 } PROTOCOLSTATUS_INFO_TYPE;

PROTOCOLSTATUS_INFO_BASIC:  Returns basic information about the protocol status in a PROTOCOLSTATUS structure.

PROTOCOLSTATUS_INFO_EXTENDED:  Returns extended information about the protocol status. Extended information is returned in a PROTOCOLSTATUSEX structure.