MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / GetIcon

Function GetIcon

FastCopyShellExtension/dllmain.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 return SHStrDup(CommandRootTitle, name);
75 }
76 HRESULT GetIcon(IShellItemArray* items, PWSTR* icon)
77 {
78 Print(items);
79
80 SHStrDup(std::format(L"{},{}", GetCurrentDllPath(), -IDI_ICON1).data(), icon);
81 return S_OK;
82 }
83 HRESULT GetToolTip( IShellItemArray* items, PWSTR* infoTip)
84 {
85 Print(items);

Callers

nothing calls this directly

Calls 2

PrintFunction · 0.85
dataMethod · 0.80

Tested by

no test coverage detected