MCPcopy Create free account
hub / github.com/acl-dev/acl / SetStandardIcon

Function SetStandardIcon

app/jaws/include/ctrl/TrayIcon.h:32–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 { return SetIcon(lpResName ?
31 AfxGetApp()->LoadIcon(lpResName) : NULL, lpTip); }
32 BOOL SetStandardIcon(LPCTSTR lpszIconName, LPCSTR lpTip)
33 { return SetIcon(::LoadIcon(NULL, lpszIconName), lpTip); }
34
35 virtual LRESULT OnTrayNotification(WPARAM uID, LPARAM lEvent);
36};

Callers

nothing calls this directly

Calls 1

SetIconFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…