MCPcopy 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
77bool ShowIconNotication(PCWSTR title, PCWSTR text) {
78 bool success = ShowBalloonTip(title, text, 10);
79 return success;
80}
81
82bool AddNotifyIcon() {
83 NOTIFYICONDATA notifyIcon = { sizeof(NOTIFYICONDATA) };

Callers 1

RunFunction · 0.85

Calls 1

ShowBalloonTipFunction · 0.85

Tested by

no test coverage detected