PyHDESK = CreateDesktop(Desktop, Flags
, DesiredAccess
, SecurityAttributes
)
Creates a new desktop in calling process's current window station
Parameters
Desktop : string
Name of desktop to createFlags : int
DF_ALLOWOTHERACCOUNTHOOK or 0DesiredAccess : int
An ACCESS_MASK determining level of access available thru returned handleSecurityAttributes : PySECURITY_ATTRIBUTES
Specifies inheritance and controls access to desktop