MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / MsgBox

Function MsgBox

source/window.cpp:1000–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998
999
1000int MsgBox(int aValue)
1001{
1002 TCHAR str[128];
1003 sntprintf(str, _countof(str), _T("Value = %d (0x%X)"), aValue, aValue);
1004 return MsgBox(str);
1005}
1006
1007
1008

Callers 15

CreateWindowsMethod · 0.85
EditMethod · 0.85
LoadFromFileMethod · 0.85
LoadIncludedFileMethod · 0.85
ShowErrorMethod · 0.85
ScriptErrorMethod · 0.85
UnhandledExceptionMethod · 0.85
AutoHotkey.cppFile · 0.85
LaunchAutoHotkeyUtilFunction · 0.85
HandleMenuItemFunction · 0.85
BIF_DECLFunction · 0.85
BIV_DECL_RFunction · 0.85

Calls 2

sntprintfFunction · 0.85
DefaultDialogTitleMethod · 0.80

Tested by

no test coverage detected