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

Method GetExtendedStyle

Shadows/SampleFramework11/Window.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103LONG_PTR Window::GetExtendedStyle() const
104{
105 return GetWindowLongPtr(hwnd, GWL_EXSTYLE);
106}
107
108void Window::MakeWindow(LPCWSTR sIconResource, LPCWSTR sSmallIconResource, LPCWSTR sMenuResource)
109{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected