Desktop Functions: Smart Device Functions:
|
Search Results for "EnumDesktops" in [All]Delegates
private delegate bool EnumDesktopsDelegate(string desktop, IntPtr lParam);
Private Delegate Function EnumDesktopsDelegate(ByVal desktop As String, ByVal lParam As IntPtr) As Boolean Enums2: ACCESS_MASK
WINSTA_ENUMDESKTOPS = 0x00000001,
WINSTA_ENUMDESKTOPS = &H1 user323: CreateWindow
WINSTA_ENUMDESKTOPS = 0x0001,
WINSTA_ALL_ACCESS = ( WINSTA_ENUMDESKTOPS | WINSTA_READATTRIBUTES | WINSTA_ACCESSCLIPBOARD | 4: EnumDesktops
|