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

Method GetWindowStyle

Shadows/SampleFramework11/Window.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98LONG_PTR Window::GetWindowStyle() const
99{
100 return GetWindowLongPtr(hwnd, GWL_STYLE);
101}
102
103LONG_PTR Window::GetExtendedStyle() const
104{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected