// ks.h
void KSEVENT_ITEM_IRP_STORAGE(
Irp
);
View the official Windows Driver Kit DDI reference
No description available.
This macro retrieves a pointer to the KSEVENT_ITEM structure stored in Irp.
Irp
Contains a pointer to a KSEVENT_ITEM structure.
The macro is defined as follows:
#define KSMETHOD_ITEM_IRP_STORAGE(Irp) (*(const KSMETHOD_ITEM**)&(Irp)->Tail.Overlay.DriverContext[3])