RxCeFreeIrp - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// rxce.h

VOID RxCeFreeIrp(
  PIRP pIrp
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-rxce-rxcefreeirp)

RxCeFreeIrp function

Description

RxCeFreeIrp frees an IRP.

Parameters

pIrp

A pointer to the IRP to be freed.

Remarks

An IRP allocated with an associated memory descriptor list allocated with RxCeAllocateIrpWithMDL should be freed when the IRP is completed using RxCeFreeIrp.

See also

MDL

RxCeAllocateIrpWithMDL