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

Method SetWindowStyle

SampleFramework12/v1.00/Window.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void Window::SetWindowStyle(DWORD newStyle)
88{
89 if(!::SetWindowLongPtr(hwnd, GWL_STYLE, newStyle))
90 throw Win32Exception(::GetLastError());
91
92 style = newStyle;
93}
94
95void Window::SetExtendedStyle(DWORD newExStyle)
96{

Callers

nothing calls this directly

Calls 1

Win32ExceptionClass · 0.85

Tested by

no test coverage detected