KSEVENT_ITEM_IRP_STORAGE - NtDoc

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

void KSEVENT_ITEM_IRP_STORAGE(
  Irp
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-ksevent_item_irp_storage)

Description

This macro retrieves a pointer to the KSEVENT_ITEM structure stored in Irp.

Parameters

Irp

Contains a pointer to a KSEVENT_ITEM structure.

Remarks

The macro is defined as follows:

#define KSMETHOD_ITEM_IRP_STORAGE(Irp)  (*(const KSMETHOD_ITEM**)&(Irp)->Tail.Overlay.DriverContext[3])