2.2.2.7 PEXECENVDATAEX

PEXECENVDATAEX is a pointer to a structure containing information about the sessions running on the terminal server and the sessions running on virtual machines hosted on the server.<53> It is returned by RpcGetAllSessionsEx.

 typedef struct _EXECENVDATAEX {
   DWORD Level;
   [switch_is(Level)] ExecEnvDataEx Data;
 } EXECENVDATAEX,
  *PEXECENVDATAEX;

Level: The level of information contained in the Data member; the only valid value is 1.

Value

Meaning

1

The union ExecEnvDataEx has the EXECENVDATAEX_LEVEL1 structure.

Data: Contains information at a specified level of detail about sessions running on a computer. This is of type ExecEnvDataEx.