2.2.2.12.1 ListenerInfo
ListenerInfo is a union of structures, each member containing a different level of information about a terminal server listener.
-
typedef [switch_type(DWORD)] union _ListenerInfo { [case(1)] LISTENERENUM_LEVEL1 ListenerEnum_Level1; [default] ; } ListenerInfo, *PListenerInfo;
ListenerEnum_Level1: The only supported member of the union. It contains listener information of level 1. It is of the type LISTENERENUM_LEVEL1.