macro KSEVENT_ITEM_IRP_STORAGE (ks.h)
Questa macro recupera un puntatore alla struttura di KSEVENT_ITEM archiviata in Irp.
Sintassi
void KSEVENT_ITEM_IRP_STORAGE(
Irp
);
Parametri
Irp
Contiene un puntatore a una struttura KSEVENT_ITEM.
Valore restituito
Nessuno
Osservazioni
La macro è definita come segue:
#define KSMETHOD_ITEM_IRP_STORAGE(Irp) (*(const KSMETHOD_ITEM**)&(Irp)->Tail.Overlay.DriverContext[3])
Fabbisogno
Requisito | Valore |
---|---|
piattaforma di destinazione | Finestre |
intestazione | ks.h (include Ks.h) |