4 references to WindowsNativeMethods
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
IISExpressDeployer.cs (4)
492
WindowsNativeMethods
.EnumWindows((ptr, param) =>
494
WindowsNativeMethods
.GetWindowThreadProcessId(ptr, out var windowProcessId);
504
var length =
WindowsNativeMethods
.GetClassName(ptr, buffer, buffer.Length);
520
if (!
WindowsNativeMethods
.PostMessage(hWnd, 0x12, IntPtr.Zero, IntPtr.Zero))