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

Method WindowProc

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

Source from the content-addressed store, hash-verified

324 BOOL KillTimer(INT_PTR nIDEvent) {return CTrayIcon::KillTimer(nIDEvent);}
325
326 virtual LRESULT WindowProc(UINT Message, WPARAM wParam, LPARAM lParam) {
327 if(CAniIcon::WindowProc(Message,wParam,lParam)) return true;
328 return CTrayIcon::WindowProc(Message,wParam,lParam);
329 }
330};
331
332//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> CAniMenuTrayIcon <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected