2.2.2.9 PLSMSESSIONINFORMATION_EX

The PLSMSESSIONINFORMATION_EX is a pointer to a LSMSESSIONINFORMATION_EX structure containing information about a session running on a terminal server and the level of detail of the information provided.

 typedef struct _LSMSESSIONINFORMATION_EX {
   DWORD Level;
   [switch_is(Level)] LSM_SESSIONINFO_EX Data;
 } LSMSESSIONINFORMATION_EX,
  *PLSMSESSIONINFORMATION_EX;

Level: The level of detail provided about the session. This field MUST be set to 1.

Data: Information about the session. This is of type LSM_SESSIONINFO_EX.