Lines Matching refs:result
631 const wchar_t *name, HRESULT result)
738 if (result == S_OK)
758 if (result == S_FALSE)
763 if (result == E_OUTOFMEMORY)
766 *_se << NError::MyFormatMessage(result);
790 HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result)
804 if (result == S_OK)
831 if (result == E_ABORT
832 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL)
834 return result;
839 if (result == E_OUTOFMEMORY)
842 *_se << NError::MyFormatMessage(result);