Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ Invoke
Function
Invoke
FastCopyShellExtension/dllmain.cpp:107–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
HRESULT Invoke( IShellItemArray* selection, IBindCtx*)
108
{
109
Print(selection);
110
return E_NOTIMPL;
111
}
112
113
HRESULT EnumSubCommands(IEnumExplorerCommand** enumCommands)
114
{
Callers
nothing calls this directly
Calls
1
Print
Function · 0.85
Tested by
no test coverage detected