WTSINFOEX_LEVEL_A union (wtsapi32.h)

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

Syntax

typedef union _WTSINFOEX_LEVEL_A {
  WTSINFOEX_LEVEL1_A WTSInfoExLevel1;
} WTSINFOEX_LEVEL_A, *PWTSINFOEX_LEVEL_A;

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