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