<div class="content" name="PROTOCOLSTATUS_INFO_TYPE" uuid="dd616139-394c-4ac2-81c7-175024327604"><p>The <b>PROTOCOLSTATUS_INFO_TYPE</b> enumeration specifies
the protocol status information requested for a particular session running on a
<span><a href="c41d3367-04c9-4c93-babf-9b5de834eb29#gt_b416f72e-cf04-4d80-bf93-f5753f3b0998" data-linktype="relative-path">terminal
server</a></span>.</p><dl>
<dd>
<div><pre> typedef  enum 
 {
   PROTOCOLSTATUS_INFO_BASIC = 0,
   PROTOCOLSTATUS_INFO_EXTENDED = 1,
 } PROTOCOLSTATUS_INFO_TYPE;
</pre></div>
</dd></dl><p><b>PROTOCOLSTATUS_INFO_BASIC:  </b>Returns basic
information about the protocol status in a <span><a href="c9066753-acbd-4678-9a72-8fb1b080bd09" data-linktype="relative-path">PROTOCOLSTATUS</a></span>
structure.</p><p><b>PROTOCOLSTATUS_INFO_EXTENDED:  </b>Returns
extended information about the protocol status. Extended information is
returned in a <span><a href="e32b64ed-22e2-45ca-b954-9e1b52a16c78" data-linktype="relative-path">PROTOCOLSTATUSEX</a></span>
structure.</p></div>