Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ ShowIconNotication
Function
ShowIconNotication
WinArk/WinArk.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
bool ShowIconNotication(PCWSTR title, PCWSTR text) {
78
bool success = ShowBalloonTip(title, text, 10);
79
return success;
80
}
81
82
bool AddNotifyIcon() {
83
NOTIFYICONDATA notifyIcon = { sizeof(NOTIFYICONDATA) };
Callers
1
Run
Function · 0.85
Calls
1
ShowBalloonTip
Function · 0.85
Tested by
no test coverage detected