Lines Matching defs:phr
237 CUnknown *CMpegAudEnc::CreateInstance(LPUNKNOWN lpunk, HRESULT *phr)
239 CMpegAudEnc *punk = new CMpegAudEnc(lpunk, phr);
241 *phr = E_OUTOFMEMORY;
245 CMpegAudEnc::CMpegAudEnc(LPUNKNOWN lpunk, HRESULT *phr)
247 CPersistStream(lpunk, phr)
251 CTransformOutputPin *pOut = new CMpegAudEncOutPin( this, phr );
253 *phr = E_OUTOFMEMORY;
256 else if (FAILED(*phr)) { // A failed return code should delete the object
268 phr, // Result code
272 *phr = E_OUTOFMEMORY;
275 else if (FAILED(*phr)) { // A failed return code should delete the object