Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 139 of file drm_port.cpp.
Referenced by CPortDMus::QueryInterface(), CPortWaveRT::QueryInterface(), CPortTopology::QueryInterface(), CPortWavePci::QueryInterface(), and CPortWaveCyclic::QueryInterface().
{ CDrmPort2 * This = new(NonPagedPool, TAG_PORTCLASS)CDrmPort2(NULL); if (!This) return STATUS_INSUFFICIENT_RESOURCES; This->AddRef(); *OutPort = (PDRMPORT2)This; return STATUS_SUCCESS; }