2.2.2.10 LSM_SESSIONINFO_EX

The LSM_SESSIONINFO_EX is a union of structures, each member containing a different level of information about a terminal server session.

 typedef 
 [switch_type(DWORD)] 
 union _LSM_SESSIONINFO_EX {
   [case(1)] 
     LSM_SESSIONINFO_EX_LEVEL1 LSM_SessionInfo_Level1;
 } LSM_SESSIONINFO_EX,
  *PLSM_SESSIONINFO_EX;

LSM_SessionInfo_Level1: The only supported member of the union. It contains session information of level 1. It is of type LSM_SESSIONINFO_EX_LEVEL1.