Skip to content

Latest commit

 

History

History
99 lines (59 loc) · 1.86 KB

wtslistenername.md

File metadata and controls

99 lines (59 loc) · 1.86 KB
title description ms.assetid ms.tgt_platform keywords ms.topic ms.date
WTSLISTENERNAME (WtsApi32.h)
Represents the name of a Remote Desktop Services listeners on a Remote Desktop Session Host (RD Session Host) server.
3C41F507-6A67-4244-860F-E89B0F9E33B0
multiple
WTSLISTENERNAMEW
WTSLISTENERNAMEA
WTSLISTENERNAME
PWTSLISTENERNAME
WTSLISTENERNAME
PWTSLISTENERNAME
reference
05/31/2018

WTSLISTENERNAME

Represents the name of a Remote Desktop Services listeners on a Remote Desktop Session Host (RD Session Host) server.

typedef WCHAR WTSLISTENERNAMEW[WTS_LISTENER_NAME_LENGTH + 1 ], *PWTSLISTENERNAMEW;
typedef CHAR WTSLISTENERNAMEA[WTS_LISTENER_NAME_LENGTH + 1 ], *PWTSLISTENERNAMEA;
#if UNICODE
typedef WTSLISTENERNAMEW WTSLISTENERNAME;
typedef PWTSLISTENERNAMEW PWTSLISTENERNAME;
#else 
typedef WTSLISTENERNAMEA WTSLISTENERNAME;
typedef PWTSLISTENERNAMEA PWTSLISTENERNAME;
#endif 

WTSLISTENERNAMEW

The Unicode name of the listener.

WTSLISTENERNAMEA

A pointer to the ANSI name of the listener.

WTSLISTENERNAME

The name of the listener.

PWTSLISTENERNAME

A pointer to the name of the listener.

WTSLISTENERNAME

The name of the listener.

PWTSLISTENERNAME

A pointer to the name of the listener.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
WtsApi32.h