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

Method GetAlwaysOnTop

DebugView++/MainFrame.cpp:1089–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087}
1088
1089bool CMainFrame::GetAlwaysOnTop() const
1090{
1091 return (GetWindowLong(GWL_EXSTYLE) & WS_EX_TOPMOST) != 0;
1092}
1093
1094void CMainFrame::SetAlwaysOnTop(bool value)
1095{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected