Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 272 of file basicaudio.cpp.
{ #ifdef KSPROXY_TRACE OutputDebugStringW(L"CKsBasicAudio_Constructor\n"); #endif CKsBasicAudio * handler = new CKsBasicAudio(); if (!handler) return E_OUTOFMEMORY; if (FAILED(handler->QueryInterface(riid, ppv))) { /* not supported */ delete handler; return E_NOINTERFACE; } return NOERROR; }