Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 271 of file filter_topology.cpp.
{ CPortFilterTopology * This; This = new(NonPagedPool, TAG_PORTCLASS)CPortFilterTopology(NULL); if (!This) return STATUS_INSUFFICIENT_RESOURCES; This->AddRef(); // return result *OutFilter = (CPortFilterTopology*)This; return STATUS_SUCCESS; }