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

Function Clone

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

Source from the content-addressed store, hash-verified

156 }
157
158 HRESULT Clone(IEnumExplorerCommand** ppenum)
159 {
160 *ppenum = nullptr;
161 return E_NOTIMPL;
162 }
163 #pragma endregion
164};
165

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected