Esempio n. 1
0
 public static extern bool EnumWindows(EnumWindowsProcDelegate lpEnumFunc, IntPtr lParam);
Esempio n. 2
0
 public static extern bool EnumChildWindows(IntPtr hwndParent, EnumWindowsProcDelegate lpEnumFunc, IntPtr lParam);
 public static extern bool EnumChildWindows(IntPtr handle, [MarshalAs(UnmanagedType.FunctionPtr)] EnumWindowsProcDelegate enumProc, IntPtr lParam);
Esempio n. 4
0
 public static extern bool EnumThreadWindows(
     uint threadId,
     [MarshalAs(UnmanagedType.FunctionPtr)] EnumWindowsProcDelegate enumProc,
     IntPtr lParam);
 private static extern bool EnumChildWindows(IntPtr hWndParent, EnumWindowsProcDelegate dlgtEnumWindowsProc, int lParam);
Esempio n. 6
0
 internal static extern bool EnumWindows(EnumWindowsProcDelegate lpEnumFunc, int lParam);
 private static extern bool EnumWindows(EnumWindowsProcDelegate dlgtEnumWindowsProc, int lParam);
 public static extern int EnumWindows(EnumWindowsProcDelegate lpEnumFunc, int lParam);
Esempio n. 9
0
 internal static extern int EnumWindows(EnumWindowsProcDelegate lpEnumFunc, IntPtr lParam);
Esempio n. 10
0
 private static extern bool EnumChildWindows(IntPtr hWndParent, EnumWindowsProcDelegate dlgtEnumWindowsProc, int lParam);
Esempio n. 11
0
 internal static extern bool EnumDesktopWindows(IntPtr hDesktop, EnumWindowsProcDelegate lpEnumFunc, IntPtr lParam);
Esempio n. 12
0
 private static extern bool EnumWindows(
     [MarshalAs(UnmanagedType.FunctionPtr)] EnumWindowsProcDelegate enumProc,
     IntPtr lParam);
Esempio n. 13
0
 public WndFinder()
 {
     dlgtEnumWindowsProc = new EnumWindowsProcDelegate(ProcessWindow);
 }
Esempio n. 14
0
 public static extern bool EnumThreadWindows(uint dwThreadId, EnumWindowsProcDelegate lpfn, IntPtr lParam);
Esempio n. 15
0
 public WndFinder()
 {
     dlgtEnumWindowsProc = new EnumWindowsProcDelegate(ProcessWindow);
 }
Esempio n. 16
0
 public static extern bool EnumWindows(EnumWindowsProcDelegate lpEnumFunc,
     Int32 lParam);
 internal static extern Int32 EnumWindows(EnumWindowsProcDelegate lpEnumFunc, IntPtr lParam);
Esempio n. 18
0
 public static extern int EnumWindows(EnumWindowsProcDelegate lpEnumFunc, int lParam);
Esempio n. 19
0
 private static extern bool EnumWindows(EnumWindowsProcDelegate dlgtEnumWindowsProc, int lParam);