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

Function wWinMain

DebugView++/DebugView++.cpp:161–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159} // namespace fusion
160
161int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpstrCmdLine, int nCmdShow)
162try
163{
164 return fusion::debugviewpp::Main(hInstance, hPrevInstance, lpstrCmdLine, nCmdShow);
165}
166catch (std::exception& ex)
167{
168 fusion::errormessage(ex.what(), "Debugview++ Error");
169 return EXIT_FAILURE;
170}

Callers

nothing calls this directly

Calls 2

errormessageFunction · 0.85
MainFunction · 0.70

Tested by

no test coverage detected