Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ GetTitle
Function
GetTitle
FastCopyShellExtension/dllmain.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
#pragma region IExplorerCommand
71
HRESULT GetTitle( IShellItemArray* items, PWSTR* name)
72
{
73
Print(items);
74
return SHStrDup(CommandRootTitle, name);
75
}
76
HRESULT GetIcon(IShellItemArray* items, PWSTR* icon)
77
{
78
Print(items);
Callers
nothing calls this directly
Calls
1
Print
Function · 0.85
Tested by
no test coverage detected