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