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

Method GetTitle

FastCopyShellExtension/dllmain.cpp:337–342  ·  view source on GitHub ↗

IExplorerCommand

Source from the content-addressed store, hash-verified

335
336 // IExplorerCommand
337 HRESULT GetTitle( IShellItemArray* items, PWSTR* name)
338 {
339 Print(items);
340 SHStrDup(getName().data(), name);
341 return S_OK;
342 }
343 HRESULT GetIcon(IShellItemArray* items, PWSTR* icon)
344 {
345 Print(items);

Callers

nothing calls this directly

Calls 2

PrintFunction · 0.85
dataMethod · 0.80

Tested by

no test coverage detected