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