<div class="content" name="SESSIONENUM" uuid="fd8759ef-4f6c-45c6-b542-9d5e53e90f7d"><p>PSESSIONENUM is a pointer to a structure containing
information about the sessions running on the <span><a href="c41d3367-04c9-4c93-babf-9b5de834eb29#gt_b416f72e-cf04-4d80-bf93-f5753f3b0998" data-linktype="relative-path">terminal server</a></span>. It
is returned by <span><a href="1a7d5d1d-1ce5-448f-bb4a-c79741982edb" data-linktype="relative-path">RpcGetEnumResult</a></span>.</p><dl>
<dd>
<div><pre> typedef struct _SESSIONENUM {
   DWORD Level;
   [switch_is(Level)] SessionInfo Data;
 } SESSIONENUM,
  *PSESSIONENUM;
</pre></div>
</dd></dl><p><b>Level:</b>  The level of information
contained in the <b>Data</b> member; the valid values are 1 and 2.</p><p><b>Data:</b>  Contains information at a
specified level of detail about sessions running on a computer.</p></div>