Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ IsMaxsized
Method
IsMaxsized
DSView/pv/winnativewidget.cpp:665–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
663
}
664
665
bool WinNativeWidget::IsMaxsized()
666
{
667
WINDOWPLACEMENT wp;
668
wp.length = sizeof(WINDOWPLACEMENT);
669
GetWindowPlacement(_hWnd, &wp);
670
return wp.showCmd == SW_MAXIMIZE;
671
}
672
673
bool WinNativeWidget::IsMinsized()
674
{
Callers
1
WndProc
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected