Headless.IntegrationTests.IisExpress.NativeMethods.GetWindow C# (CSharp) Method

GetWindow() private method

private GetWindow ( IntPtr hWnd, uint uCmd ) : IntPtr
hWnd System.IntPtr
uCmd uint
return System.IntPtr
            internal static extern IntPtr GetWindow(IntPtr hWnd, uint uCmd);