Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1000
int 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
CreateWindows
Method · 0.85
Edit
Method · 0.85
LoadFromFile
Method · 0.85
LoadIncludedFile
Method · 0.85
ShowError
Method · 0.85
ScriptError
Method · 0.85
UnhandledException
Method · 0.85
AutoHotkey.cpp
File · 0.85
LaunchAutoHotkeyUtil
Function · 0.85
HandleMenuItem
Function · 0.85
BIF_DECL
Function · 0.85
BIV_DECL_R
Function · 0.85
Calls
2
sntprintf
Function · 0.85
DefaultDialogTitle
Method · 0.80
Tested by
no test coverage detected