Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 774 of file irpstream.cpp.
{ CIrpQueue *This = new(NonPagedPool, TAG_PORTCLASS)CIrpQueue(NULL); if (!This) return STATUS_INSUFFICIENT_RESOURCES; This->AddRef(); *Queue = (IIrpQueue*)This; return STATUS_SUCCESS; }