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

Method StopAnimating

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

Source from the content-addressed store, hash-verified

283 }
284
285 void StopAnimating() {
286 if(TimerID) KillTimer(TimerID);
287 TimerID=0;
288 if(hIcon) SetIcon(hIcon);
289 hIcon=0;
290 }
291
292 virtual LRESULT WindowProc(UINT Message, WPARAM wParam, LPARAM lParam) {
293 if(Message!=WM_TIMER || wParam!=TrayIconTimer) return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected