Exemplo n.º 1
0
 public static extern int EnumWindows(EnumWindowCallBack x, int y);
Exemplo n.º 2
0
		[DllImport("user32")] public static extern int EnumChildWindows(int hWndParent, EnumWindowCallBack cb, int lParam);
Exemplo n.º 3
0
 public static extern int EnumWindows(EnumWindowCallBack x, int y);
 private static extern int EnumChildWindows(IntPtr hwndParent, EnumWindowCallBack callbackFunction, IntPtr lParam);
Exemplo n.º 5
0
		[DllImport("user32")] public static extern int EnumWindows(EnumWindowCallBack x, int y); 
Exemplo n.º 6
0
 private static extern int EnumChildWindows(IntPtr hwndParent, EnumWindowCallBack callbackFunction, IntPtr lParam);
Exemplo n.º 7
0
 public static extern int EnumWindows(EnumWindowCallBack lpEnumFunc, uint lParam);
Exemplo n.º 8
0
 [DllImport("user32")] public static extern int EnumChildWindows(int hWndParent, EnumWindowCallBack cb, int lParam);
Exemplo n.º 9
0
 [DllImport("user32")] public static extern int EnumWindows(EnumWindowCallBack x, int y);
Exemplo n.º 10
0
 private static extern bool EnumWindows(EnumWindowCallBack lpEnumFunc, int lParam);