Skip to content

Latest commit

 

History

History
88 lines (68 loc) · 3.21 KB

ns-wtsapi32-wtsinfoexa.md

File metadata and controls

88 lines (68 loc) · 3.21 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wtsapi32._WTSINFOEXA
WTSINFOEXA (wtsapi32.h)
Contains a WTSINFOEX_LEVEL union that contains extended information about a Remote Desktop Services session. (ANSI)
*PWTSINFOEXA
PWTSINFOEX
PWTSINFOEX structure pointer [Remote Desktop Services]
WTSINFOEX
WTSINFOEX structure [Remote Desktop Services]
WTSINFOEXA
WTSINFOEXW
termserv.wtsinfoex
wtsapi32/PWTSINFOEX
wtsapi32/WTSINFOEX
wtsapi32/WTSINFOEXA
wtsapi32/WTSINFOEXW
termserv\wtsinfoex.htm
TermServ
94aa2db0-d7e3-4ff2-bff0-d80983d2e8b2
12/05/2018
*PWTSINFOEXA, PWTSINFOEX, PWTSINFOEX structure pointer [Remote Desktop Services], WTSINFOEX, WTSINFOEX structure [Remote Desktop Services], WTSINFOEXA, WTSINFOEXW, termserv.wtsinfoex, wtsapi32/PWTSINFOEX, wtsapi32/WTSINFOEX, wtsapi32/WTSINFOEXA, wtsapi32/WTSINFOEXW
wtsapi32.h
Windows
Windows 7
Windows Server 2008 R2
WTSINFOEXW (Unicode) and WTSINFOEXA (ANSI)
Windows
WTSINFOEXA, *PWTSINFOEXA
19H1
_WTSINFOEXA
wtsapi32/_WTSINFOEXA
PWTSINFOEXA
wtsapi32/PWTSINFOEXA
WTSINFOEXA
wtsapi32/WTSINFOEXA
c++
APIRef
kbSyntax
HeaderDef
Wtsapi32.h
WTSINFOEX
WTSINFOEXA
WTSINFOEXW

WTSINFOEXA structure

-description

Contains a WTSINFOEX_LEVEL union that contains extended information about a Remote Desktop Services session. This structure is returned by the WTSQuerySessionInformation function when you specify "WTSSessionInfoEx" for the WTSInfoClass parameter.

-struct-fields

-field Level

Specifies the level of information contained in the Data member. This can be the following value.

1

The Data member is a WTSINFOEX_LEVEL1 structure.

-field Data

A WTSINFOEX_LEVEL union. The type of structure contained here is specified by the Level member.

-see-also

WTSINFOEX_LEVEL

WTSQuerySessionInformation

-remarks

Note

The wtsapi32.h header defines WTSINFOEX as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.