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

Method SetExtendedStyle

Shadows/SampleFramework11/Window.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void Window::SetExtendedStyle(DWORD newExStyle)
91{
92 if (!::SetWindowLongPtr(hwnd, GWL_EXSTYLE, newExStyle))
93 throw Win32Exception(::GetLastError());
94
95 exStyle = newExStyle;
96}
97
98LONG_PTR Window::GetWindowStyle() const
99{

Callers

nothing calls this directly

Calls 1

Win32ExceptionClass · 0.85

Tested by

no test coverage detected