MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SetWindowPos

Method SetWindowPos

SampleFramework12/v1.00/Window.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177void Window::SetWindowPos(INT posX, INT posY)
178{
179 if(!::SetWindowPos(hwnd, HWND_NOTOPMOST, posX, posY, 0, 0, SWP_NOSIZE))
180 throw Win32Exception(::GetLastError());
181}
182
183void Window::GetWindowPos(INT& posX, INT& posY) const
184{

Callers

nothing calls this directly

Calls 1

Win32ExceptionClass · 0.85

Tested by

no test coverage detected