MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / SetTooltipText

Method SetTooltipText

cppcryptfs/ui/TrayIcon.h:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98 CString GetTooltipText() const {return NID.szTip;}
99 BOOL SetTooltipText(LPCTSTR szTip){
100 if(!OK) return FALSE;
101 NID.uFlags=NIF_TIP;
102 wcscpy_s(NID.szTip, sizeof(NID.szTip) / sizeof(NID.szTip[0]), szTip);
103 return Shell_NotifyIcon(NIM_MODIFY, &NID);
104 }
105
106 HICON GetIcon() const {return NID.hIcon;}
107 BOOL SetIcon(HICON hIcon) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected