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

Function GetFlags

FastCopyShellExtension/dllmain.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 HRESULT GetFlags(_Out_ EXPCMDFLAGS* flags)
102 {
103 *flags = ECF_HASSUBCOMMANDS;
104 return S_OK;
105 }
106
107 HRESULT Invoke( IShellItemArray* selection, IBindCtx*)
108 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected