typedef struct _VF_WATCHDOG_IRP
{
    LIST_ENTRY ListEntry;
    IRP *Irp;
    unsigned long DueTickCount;
    volatile unsigned char Inserted;
    char TrackedStackLocation;
    unsigned short CancelTimeoutTicks;
} VF_WATCHDOG_IRP, *PVF_WATCHDOG_IRP;