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

Method GetFlags

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

Source from the content-addressed store, hash-verified

408 }
409
410 HRESULT GetFlags(EXPCMDFLAGS* flags) { *flags = ECF_DEFAULT; return S_OK; }
411 HRESULT EnumSubCommands(IEnumExplorerCommand** enumCommands) { *enumCommands = nullptr; return E_NOTIMPL; }
412};
413

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected