Lines Matching defs:result
416 HRESULT result = codecs->Load();
417 if (result != S_OK)
418 throw CSystemException(result);
454 HRESULT result = Extract(
468 if (result == S_OK)
469 result = E_FAIL;
487 if (result != S_OK)
488 throw CSystemException(result);
497 HRESULT result = ListArchives(
515 if (result != S_OK)
516 throw CSystemException(result);