public static extern IntPtr OpenDesktop(string lpszDesktop
     , OpenDesktopFlag dwFlags
     , bool fInherit
     , DesktopAccessRight dwDesiredAccess
     );
Beispiel #2
0
 public static extern IntPtr OpenInputDesktop(uint dwFlags, bool fInherit, DesktopAccessRight dwDesiredAccess);
Beispiel #3
0
 public static extern IntPtr OpenDesktop(string lpszDesktop
                                         , OpenDesktopFlag dwFlags
                                         , bool fInherit
                                         , DesktopAccessRight dwDesiredAccess
                                         );
Beispiel #4
0
 public static extern IntPtr OpenInputDesktop(uint dwFlags, bool fInherit, DesktopAccessRight dwDesiredAccess);
Beispiel #5
0
 internal static extern IntPtr OpenInputDesktop(uint dwFlags, [MarshalAs(UnmanagedType.Bool)] bool fInherit, DesktopAccessRight dwDesiredAccess);