| 535 | } |
| 536 | |
| 537 | IFACEMETHODIMP GetFlags(_Out_ EXPCMDFLAGS* flags) { |
| 538 | *flags = ECF_DEFAULT; |
| 539 | return S_OK; |
| 540 | } |
| 541 | |
| 542 | IFACEMETHODIMP EnumSubCommands(_Outptr_ IEnumExplorerCommand** enumCommands) { |
| 543 | *enumCommands = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected