.
Click to read this page5/16/2017 4:01:38 AM - anonymous
.
[DllImport("user32.dll", EntryPoint="CreateWindowStation", CharSet=CharSet.Unicode, SetLastError=true)]
.
public static extern IntPtr CreateWindowStation(
.
public static SafeWindowStationHandle CreateWindowStation(string name)
.
IntPtr handle = WindowStationAndDesktop.CreateWindowStation(name, 0,
.