2.2.2.7.1 ExecEnvDataEx

ExecEnvDataEx is a union of structures that provides information about sessions running on a computer and sessions running on virtual machines hosted on the server,<54> as specified in section 2.2.2.7.1.1.

 typedef 
 [switch_type(DWORD)] 
 union _ExecEnvDataEx {
   [case(1)] 
     EXECENVDATAEX_LEVEL1 ExecEnvEnum_Level1;
 } ExecEnvDataEx,
  *PExecEnvDataEx;

ExecEnvEnum_Level1: An EXECENVDATAEX_LEVEL1 structure that contains information about sessions running on a computer and virtual machines hosted on the computer.<55>