Lines Matching defs:res
334 UInt32 index, PROPID propID, bool &res)
336 res = false;
340 res = VARIANT_BOOLToBool(prop.boolVal);
349 UInt32 index, PROPID propID, UInt32 &res, bool &defined)
351 res = 0;
357 res = prop.ulVal;
368 UInt32 index, PROPID propID, UString &res)
370 res.Empty();
374 res.SetFromBstr(prop.bstrVal);
510 const HRESULT res = GetLastError_noZero_HRESULT();
513 error.ErrorCode = res;
598 // HRESULT res = S_OK;
623 HRESULT res = _libStartup();
624 if (res != 0)
628 error.ErrorCode = res;
665 HRESULT res = LoadCodecs();
668 if (res == S_OK && lib.CreateObject)
671 res = LoadFormats();
675 if (res != S_OK)
679 error.ErrorCode = res;