WTSLISTENERNAME

Représente le nom d’un écouteur des services Bureau à distance sur un serveur hôte de session Bureau à distance (hôte de session Bureau à distance).

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

Nom Unicode de l’écouteur.

WTSLISTENERNAMEA

Pointeur vers le nom ANSI de l’écouteur.

WTSLISTENERNAME

Nom de l'écouteur.

PWTSLISTENERNAME

Pointeur vers le nom de l’écouteur.

WTSLISTENERNAME

Nom de l'écouteur.

PWTSLISTENERNAME

Pointeur vers le nom de l’écouteur.

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows Vista
Serveur minimal pris en charge
Windows Server 2008
En-tête
WtsApi32.h