PyHWINSTA = CreateWindowStation(WindowStation, Flags
, DesiredAccess
, SecurityAttributes
)
Creates a new window station
Parameters
WindowStation : string
Name of window station to create, or NoneFlags : int
CWF_CREATE_ONLY or 0DesiredAccess : int
Bitmask of access types available to returned handleSecurityAttributes : PySECURITY_ATTRIBUTES
Specifies security for window station, and whether handle is inheritableComments
If name is None or empty string, name is formatteded from logon id