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

Method GetExtendedStyle

SampleFramework12/v1.00/Window.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108LONG_PTR Window::GetExtendedStyle() const
109{
110 return GetWindowLongPtr(hwnd, GWL_EXSTYLE);
111}
112
113void Window::MakeWindow(LPCWSTR sIconResource, LPCWSTR sSmallIconResource, LPCWSTR sMenuResource)
114{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected