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

Method WindowProc

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

Source from the content-addressed store, hash-verified

346 BOOL KillTimer(INT_PTR nIDEvent) {return CMenuTrayIcon::KillTimer(nIDEvent);}
347
348 virtual LRESULT WindowProc(UINT Message, WPARAM wParam, LPARAM lParam) {
349 if(CAniIcon::WindowProc(Message,wParam,lParam)) return true;
350 return CMenuTrayIcon::WindowProc(Message,wParam,lParam);
351 }
352};
353
354#endif //ndef TrayIconh

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected