Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ GetWindowStyle
Method
GetWindowStyle
SampleFramework12/v1.00/Window.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
LONG_PTR Window::GetWindowStyle() const
104
{
105
return GetWindowLongPtr(hwnd, GWL_STYLE);
106
}
107
108
LONG_PTR Window::GetExtendedStyle() const
109
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected