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