Desktop Functions: Smart Device Functions:
|
Search Results for "CloseWindowStation" in [All]user321: CloseWindow
3: CreateWindow
return WindowStationAndDesktop.CloseWindowStation(handle);
return SafeNativeMethods.CloseWindowStation(handle); Quote from MSDN: "The CloseWindowStation function closes an open window station handle. Do not specify the handle returned by the GetProcessWindowStation function."
return SafeNativeMethods.CloseWindowStation(handle); See [Enums.ACCESS_MASK] and [CloseWindowStation]. |