2.2.2.30.1 WINSTATIONCONFIG

WinStation configuration data. Included inside a WINSTATIONCONFIG2 structure.

 typedef struct _WINSTATIONCONFIG {
   WCHAR Comment[WINSTATIONCOMMENT_LENGTH + 1];
   USERCONFIG User;
   char OEMId[4];
 } WINSTATIONCONFIG,
  *PWINSTATIONCONFIG;

Comment: The WinStation descriptive comment.

User: The user configuration data for the session (WinStation).

OEMId: Value identifying who implemented the TermService Listener that this session (WinStation) belongs to. This can be any value defined by the implementer (OEM) of the listener.