MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / alert

Function alert

core/src/pengu.h:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418
419#if OS_WIN
420 static void alert(const char *message, const char *caption) {
421 MessageBoxA(NULL, message, caption,
422 MB_ICONINFORMATION | MB_OK | MB_TOPMOST);
423 }
424 static bool confirm(const char *message, const char *caption) {
425 return IDYES == MessageBoxA(NULL, message, caption,
426 MB_ICONWARNING/* MB_ICONQUESTION */ | MB_YESNO | MB_TOPMOST);

Callers 2

dllmainFunction · 0.85
check_libcef_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected