2.2.2.29 WINSTATIONCREATE

The WINSTATIONCREATE structure specifies a session to which the user can connect.

 typedef struct _WINSTATIONCREATE {
   ULONG fEnableWinStation :1;
   ULONG MaxInstanceCount;
 } WINSTATIONCREATE, * PWINSTATIONCREATE;

fEnableWinStation: TRUE if enabled.

MaxInstanceCount: Maximum number of instances that can connect to the WinStation.