_TRIAGE_9F_DIRECTED_TRANSITION
//0x48 bytes (sizeof)
struct _TRIAGE_9F_DIRECTED_TRANSITION
{
    USHORT Signature;                                                       //0x0
    USHORT Revision;                                                        //0x2
    struct
 _LIST_ENTRY* IrpList;                                            //0x8
    struct
 _LIST_ENTRY* ThreadList;                                         //0x10
    struct
 _TRIAGE_EX_WORK_QUEUE* DelayedWorkQueue;                         //0x18
    struct
 _TRIAGE_EX_WORK_QUEUE* DelayedIoWorkQueue;                       //0x20
    ULONG WatchdogTimeout;                                                  //0x28
    ULONGLONG WatchdogStartTimestamp;                                       //0x30
    struct
 _KTHREAD* WatchdogStartThread;                                   //0x38
    ULONG DirectedTransitionStatus;                                         //0x40
    ULONG DirectedTransitionCallCount;                                      //0x44
};