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

Function EnumSubCommands

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

Source from the content-addressed store, hash-verified

111 }
112
113 HRESULT EnumSubCommands(IEnumExplorerCommand** enumCommands)
114 {
115 current = ptrs.begin();
116 AddRef();
117 auto hr = QueryInterface(IID_PPV_ARGS(enumCommands));
118 return S_OK;
119 }
120 #pragma endregion
121
122 #pragma region IEnumExplorerCommand

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected