Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "CreateWindowStation" in [All]

user32

.
Summary
.

[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,

.
Documentation
[CreateWindowStation] on MSDN

 
Access PInvoke.net directly from VS: