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 |
|