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