// ks.h
void KSEVENT_SET_IRP_STORAGE(
Irp
);
View the official Windows Driver Kit DDI referenceNo description available.
This macro retrieves a pointer to the KSEVENT_SET structure stored in Irp. This information is initialized only for basic support requests; it is not initialized for enable requests.
IrpContains a pointer to a KSEVENT_SET structure.
The macro is defined as follows:
#define KSMETHOD_SET_IRP_STORAGE(Irp) (*(const KSMETHOD_SET**)&(Irp)->Tail.Overlay.DriverContext[0])