<div class="content" name="PROTOCOLSTATUSEX" uuid="e32b64ed-22e2-45ca-b954-9e1b52a16c78"><p>The <b>PROTOCOLSTATUSEX</b> structure defines the extended
status of the protocol used by the session.</p><dl>
<dd>
<div><pre> typedef struct {
   PROTOCOLSTATUS ProtocolStatus;
   LARGE_INTEGER Counters[MAX_COUNTER_EXTENSIONS];
 } PROTOCOLSTATUSEX,
  *PPROTOCOLSTATUSEX;
</pre></div>
</dd></dl><p><b>ProtocolStatus:</b>  The status of the
protocol as described in section <span><a href="c9066753-acbd-4678-9a72-8fb1b080bd09" data-linktype="relative-path">2.2.2.20.1</a></span>.</p><p><b>Counters:</b>  The value of the various
counters associated with the protocol as specified in <span><a href="c5d7f335-bfd9-444d-87a5-b0d028a52b5e" data-linktype="relative-path">PROTOCOLCOUNTERS</a></span>.</p></div>