MCPcopy 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
472bool IsGUIThread()
473{
474 return ::IsGUIThread(FALSE) == TRUE;
475}
476
477HFile::HFile(const std::string& filename) :
478 m_handle(-1)

Callers 1

GuiExecutorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected