Skip to content

Latest commit

 

History

History
74 lines (63 loc) · 2.58 KB

ns-wtsapi32-wts_server_infoa.md

File metadata and controls

74 lines (63 loc) · 2.58 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._WTS_SERVER_INFOA
WTS_SERVER_INFOA (wtsapi32.h)
Contains information about a specific Remote Desktop Services server. (ANSI)
*PWTS_SERVER_INFOA
PWTS_SERVER_INFO
PWTS_SERVER_INFO structure pointer [Remote Desktop Services]
WTS_SERVER_INFO
WTS_SERVER_INFO structure [Remote Desktop Services]
WTS_SERVER_INFOA
WTS_SERVER_INFOW
termserv.wts_server_info
wtsapi32/PWTS_SERVER_INFO
wtsapi32/WTS_SERVER_INFO
wtsapi32/WTS_SERVER_INFOA
wtsapi32/WTS_SERVER_INFOW
termserv\wts_server_info.htm
TermServ
c7ba5a94-37ff-408f-9a77-91b07c28b7ce
12/05/2018
*PWTS_SERVER_INFOA, PWTS_SERVER_INFO, PWTS_SERVER_INFO structure pointer [Remote Desktop Services], WTS_SERVER_INFO, WTS_SERVER_INFO structure [Remote Desktop Services], WTS_SERVER_INFOA, WTS_SERVER_INFOW, termserv.wts_server_info, wtsapi32/PWTS_SERVER_INFO, wtsapi32/WTS_SERVER_INFO, wtsapi32/WTS_SERVER_INFOA, wtsapi32/WTS_SERVER_INFOW
wtsapi32.h
Windows
Windows Vista
Windows Server 2008
WTS_SERVER_INFOW (Unicode) and WTS_SERVER_INFOA (ANSI)
Windows
WTS_SERVER_INFOA, *PWTS_SERVER_INFOA
19H1
_WTS_SERVER_INFOA
wtsapi32/_WTS_SERVER_INFOA
PWTS_SERVER_INFOA
wtsapi32/PWTS_SERVER_INFOA
WTS_SERVER_INFOA
wtsapi32/WTS_SERVER_INFOA
c++
APIRef
kbSyntax
HeaderDef
Wtsapi32.h
WTS_SERVER_INFO
WTS_SERVER_INFOA
WTS_SERVER_INFOW

WTS_SERVER_INFOA structure

-description

Contains information about a specific Remote Desktop Services server.

-struct-fields

-field pServerName

Name of the server.

-see-also

WTSEnumerateServers

-remarks

Note

The wtsapi32.h header defines WTS_SERVER_INFO 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.