WTSLISTENERNAME
Rappresenta il nome di un listener di Servizi Desktop remoto in un server Host sessione Desktop remoto.
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
-
Nome Unicode del listener.
-
WTSLISTENERNAMEA
-
Puntatore al nome ANSI del listener.
-
WTSLISTENERNAME
-
Nome del listener.
-
PWTSLISTENERNAME
-
Puntatore al nome del listener.
-
WTSLISTENERNAME
-
Nome del listener.
-
PWTSLISTENERNAME
-
Puntatore al nome del listener.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows Vista |
Server minimo supportato |
Windows Server 2008 |
Intestazione |
|