// rxce.h
VOID RxCeFreeIrp(
PIRP pIrp
);
View the official Windows Driver Kit DDI referenceNo description available.
RxCeFreeIrp frees an IRP.
pIrpA pointer to the IRP to be freed.
An IRP allocated with an associated memory descriptor list allocated with RxCeAllocateIrpWithMDL should be freed when the IRP is completed using RxCeFreeIrp.