Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ IsGUIThread
Function
IsGUIThread
Win32Lib/Win32Lib.cpp:472–475 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
bool IsGUIThread()
473
{
474
return ::IsGUIThread(FALSE) == TRUE;
475
}
476
477
HFile::HFile(const std::string& filename) :
478
m_handle(-1)
Callers
1
GuiExecutor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected