typedef struct _PO_IRP_QUEUE
{
    IRP *CurrentIrp;
    IRP *PendingIrpList;
} PO_IRP_QUEUE, *PPO_IRP_QUEUE;