2 references to WNDENUMPROC
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
IntegrationHelper.cs (1)
140var enumFunc = new NativeMethods.WNDENUMPROC((hWnd, lParam) =>
Interop\NativeMethods.cs (1)
140public static extern bool EnumWindows([MarshalAs(UnmanagedType.FunctionPtr)] WNDENUMPROC lpEnumFunc, IntPtr lParam);