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

Method SetExtendedStyle

SampleFramework12/v1.00/Window.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void Window::SetExtendedStyle(DWORD newExStyle)
96{
97 if(!::SetWindowLongPtr(hwnd, GWL_EXSTYLE, newExStyle))
98 throw Win32Exception(::GetLastError());
99
100 exStyle = newExStyle;
101}
102
103LONG_PTR Window::GetWindowStyle() const
104{

Callers

nothing calls this directly

Calls 1

Win32ExceptionClass · 0.85

Tested by

no test coverage detected