MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetAlwaysOnTop

Method SetAlwaysOnTop

DebugView++/MainFrame.cpp:1094–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094void CMainFrame::SetAlwaysOnTop(bool value)
1095{
1096 SetWindowPos(value ? HWND_TOPMOST : HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
1097}
1098
1099void CMainFrame::OnAlwaysOnTop(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1100{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected