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