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

Method RemoveIcon

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

Source from the content-addressed store, hash-verified

138 }
139
140 void RemoveIcon() {
141 if(!OK) return;
142 NID.uFlags=0;
143 Shell_NotifyIcon(NIM_DELETE, &NID);
144 OK=false;
145 }
146
147// Overrides
148 virtual LRESULT WindowProc(UINT Message, WPARAM wParam, LPARAM lParam) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected