WTSINFOEX_LEVEL_W union (wtsapi32.h)

Contains a WTSINFOEX_LEVEL1 structure that contains extended information about a Remote Desktop Services session.

Syntax

typedef union _WTSINFOEX_LEVEL_W {
  WTSINFOEX_LEVEL1_W WTSInfoExLevel1;
} WTSINFOEX_LEVEL_W, *PWTSINFOEX_LEVEL_W;

Members

WTSInfoExLevel1

A WTSINFOEX_LEVEL1 structure that contains extended session information.

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Header wtsapi32.h

See also

WTSINFOEX

WTSINFOEX_LEVEL1