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

Method EnumSubCommands

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected