| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected