| 104 | } |
| 105 | |
| 106 | IFACEMETHODIMP CContextMenuHandler::GetCommandString(UINT_PTR, UINT, UINT *, LPSTR, UINT) { |
| 107 | return E_NOTIMPL; |
| 108 | } |
| 109 | |
| 110 | IFACEMETHODIMP CContextMenuHandler::InvokeCommand(CMINVOKECOMMANDINFO *const pici) { |
| 111 | auto unicode = false; |
nothing calls this directly
no outgoing calls
no test coverage detected