2.2.2.12 PLISTENERENUM
PLISTENERENUM contains information about one terminal server listener and the level of detail of the information provided.
-
typedef struct _LISTENERENUM { DWORD Level; [switch_is(Level)] ListenerInfo Data; } LISTENERENUM, *PLISTENERENUM;
Level: The level of detail provided about the listener. The only supported value is 1.
Data: Information about the listener. This is of the type ListenerInfo.