Example #1
0
 public static extern bool EnumWindows(
     [MarshalAs(UnmanagedType.FunctionPtr)] NativeDelegates.EnumWindowsProc lpEnumFunc,
     IntPtr lParam);
Example #2
0
 public static extern bool EnumChildWindows(IntPtr hwndParent, NativeDelegates.EnumWindowsProc lpEnumFunc, IntPtr lParam);
Example #3
0
 public static extern bool EnumThreadWindows(int dwThreadId, NativeDelegates.EnumWindowsProc lpEnumFunc, IntPtr lParam);
Example #4
0
 public static extern bool EnumWindows(NativeDelegates.EnumWindowsProc lpEnumFunc, IntPtr lParam);