Example #1
0
 internal static extern bool EnumDesktopWindows(IntPtr handle, Delegates.EnumWindowsProc lpEnumFunc, IntPtr lParam);
Example #2
0
 internal static extern bool EnumWindows(Delegates.EnumWindowsProc lpEnumFunc, IntPtr lParam);