RxCeFreeIrp function (rxce.h)
RxCeFreeIrp frees an IRP.
Syntax
void RxCeFreeIrp(
PIRP pIrp
);
Parameters
pIrp
A pointer to the IRP to be freed.
Return value
None
Remarks
An IRP allocated with an associated memory descriptor list allocated with RxCeAllocateIrpWithMDL should be freed when the IRP is completed using RxCeFreeIrp.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | rxce.h (include Rxce.h) |
IRQL | <= APC_LEVEL |