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

Method SetWindowStyle

Shadows/SampleFramework11/Window.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void Window::SetWindowStyle(DWORD newStyle)
83{
84 if (!::SetWindowLongPtr(hwnd, GWL_STYLE, newStyle))
85 throw Win32Exception(::GetLastError());
86
87 style = newStyle;
88}
89
90void Window::SetExtendedStyle(DWORD newExStyle)
91{

Callers

nothing calls this directly

Calls 1

Win32ExceptionClass · 0.85

Tested by

no test coverage detected