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

Method SetIcon

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

Source from the content-addressed store, hash-verified

341
342 HICON GetIcon() const {return CMenuTrayIcon::GetIcon();}
343 BOOL SetIcon(HICON hIcon) {return CMenuTrayIcon::SetIcon(hIcon);}
344
345 UINT_PTR SetTimer(UINT nIDEvent, UINT nElapse, void (CALLBACK* lpfnTimer)(HWND, UINT, UINT_PTR, DWORD)) {return CMenuTrayIcon::SetTimer(nIDEvent, nElapse, lpfnTimer);}
346 BOOL KillTimer(INT_PTR nIDEvent) {return CMenuTrayIcon::KillTimer(nIDEvent);}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected