Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/Shadows
/ ShowWindow
Method
ShowWindow
Shadows/SampleFramework11/Window.cpp:187–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
void Window::ShowWindow(bool show)
188
{
189
INT cmdShow = show ? SW_SHOW : SW_HIDE;
190
191
::ShowWindow(hwnd, cmdShow);
192
}
193
194
void Window::SetClientArea(INT clientX, INT clientY)
195
{
Callers
1
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected