Beispiel #1
0
 public static extern bool EnumWindows(EnumWindowsProc_List lpEnumFunc, ArrayList lParam);
Beispiel #2
0
 public static extern bool EnumChildWindows(IntPtr hwndParent, EnumWindowsProc_List lpEnumFunc,
                                            ArrayList lParam);