MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / EnumSubCommands

Function EnumSubCommands

Source/WindowsShellExtension/dllmain.cpp:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 }
541
542 IFACEMETHODIMP EnumSubCommands(_Outptr_ IEnumExplorerCommand** enumCommands) {
543 *enumCommands = nullptr;
544 return E_NOTIMPL;
545 }
546
547 IFACEMETHODIMP Invoke(_In_opt_ IShellItemArray* items, _In_opt_ IBindCtx* bindCtx) {
548 // Process items passed by File Explorer when context menu entry is invoked

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected