Desktop Functions: Smart Device Functions:
|
Search Results for "createdesktop" in [All]user32
// ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.WIN32COM.v10.en/dllproc/base/createdesktop.htm
[DllImport("user32.dll", EntryPoint="CreateDesktop", CharSet=CharSet.Unicode, SetLastError=true)]
public static extern IntPtr CreateDesktop(
' ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.WIN32COM.v10.en/dllproc/base/createdesktop.htm
<DllImport("user32.dll", EntryPoint:="CreateDesktop", CharSet:=CharSet.Unicode, SetLastError:=True)> _
Public Shared Function CreateDesktop(ByVal desktopName As String, ByVal device As String,
static extern IntPtr CreateDesktop(..., [In] ref SECURITY_ATTRIBUTES lpsa); cf. http://stackoverflow.com/questions/1434363/pinvoke-createdesktop 2: CreateWindow
WINSTA_CREATEDESKTOP = 0x0008,
WINSTA_CREATEDESKTOP | WINSTA_WRITEATTRIBUTES | WINSTA_ACCESSGLOBALATOMS | Enums3: ACCESS_MASK
WINSTA_CREATEDESKTOP = 0x00000008,
WINSTA_CREATEDESKTOP = &H8 |