MCPcopy 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
665bool WinNativeWidget::IsMaxsized()
666{
667 WINDOWPLACEMENT wp;
668 wp.length = sizeof(WINDOWPLACEMENT);
669 GetWindowPlacement(_hWnd, &wp);
670 return wp.showCmd == SW_MAXIMIZE;
671}
672
673bool WinNativeWidget::IsMinsized()
674{

Callers 1

WndProcMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected