typedef struct _PO_IRP_QUEUE { PIRP CurrentIrp; PIRP PendingIrpList; } PO_IRP_QUEUE, *PPO_IRP_QUEUE;
Windows Vista Kernel Structures