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