MCPcopy Create free account
hub / github.com/Norbyte/ositools / ShowError

Method ShowError

OsiLoader/Utils.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void ErrorUtils::ShowError(wchar_t const * msg)
41{
42 if (!ShowErrorDialog(msg)) {
43 MessageBoxW(NULL, msg, L"Osiris Loader Error", MB_OK | MB_ICONERROR);
44 }
45}
46
47bool ErrorUtils::ShowErrorDialog(wchar_t const * msg)
48{

Callers 1

LaunchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected