| 408 | } |
| 409 | |
| 410 | HRESULT GetFlags(EXPCMDFLAGS* flags) { *flags = ECF_DEFAULT; return S_OK; } |
| 411 | HRESULT EnumSubCommands(IEnumExplorerCommand** enumCommands) { *enumCommands = nullptr; return E_NOTIMPL; } |
| 412 | }; |
| 413 |
nothing calls this directly
no outgoing calls
no test coverage detected