3 references to DESKTOP_ACCESS_FLAGS
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
802
HDESK desktop = PInvoke.OpenInputDesktop(0, false,
DESKTOP_ACCESS_FLAGS
.DESKTOP_SWITCHDESKTOP);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
2527
internal static winmdroot.System.StationsAndDesktops.HDESK OpenInputDesktop(winmdroot.System.StationsAndDesktops.DESKTOP_CONTROL_FLAGS dwFlags, winmdroot.Foundation.BOOL fInherit, winmdroot.System.StationsAndDesktops.
DESKTOP_ACCESS_FLAGS
dwDesiredAccess)
2535
static extern winmdroot.System.StationsAndDesktops.HDESK LocalExternFunction(winmdroot.System.StationsAndDesktops.DESKTOP_CONTROL_FLAGS dwFlags, winmdroot.Foundation.BOOL fInherit, winmdroot.System.StationsAndDesktops.
DESKTOP_ACCESS_FLAGS
dwDesiredAccess);