2 references to SET_WINDOW_POS_FLAGS
Microsoft.VisualStudio.Extensibility.Testing.Xunit (2)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\InProcess\VisualStudio_InProc.cs (1)
229
if (!PInvoke.SetWindowPos(consoleWindow, hWndInsertAfter: HWND.Null, 0, 0, 0, 0,
SET_WINDOW_POS_FLAGS
.SWP_NOZORDER))
Windows.Win32.PInvoke.USER32.dll.g.cs (1)
106
internal static extern winmdroot.Foundation.BOOL SetWindowPos(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.HWND hWndInsertAfter, int X, int Y, int cx, int cy, winmdroot.UI.WindowsAndMessaging.
SET_WINDOW_POS_FLAGS
uFlags);