Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 342 of file mediasample.cpp.
Referenced by CKsAllocator::Commit().
{ #ifdef KSPROXY_TRACE OutputDebugStringW(L"CMediaSample_Constructor\n"); #endif CMediaSample * handler = new CMediaSample(Allocator, pBuffer, BufferSize); if (!handler) return E_OUTOFMEMORY; if (FAILED(handler->QueryInterface(riid, ppv))) { /* not supported */ delete handler; return E_NOINTERFACE; } return NOERROR; }