//0x1d8 bytes (sizeof)
struct _KI_IDEAL_PROCESSOR_ASSIGNMENT_BLOCK
{
    union _KI_PROCESS_CONCURRENCY_COUNT ExpectedConcurrencyCount;           //0x0
    struct _KI_IDEAL_PROCESSOR_SET_BREAKPOINTS Breakpoints;                 //0x4
    union
    {
        ULONG ConcurrencyCountFixed:1;                                      //0xc
        ULONG AllFlags;                                                     //0xc
    } AssignmentFlags;                                                      //0xc
    USHORT ThreadSeed[32];                                                  //0x10
    USHORT IdealProcessor[32];                                              //0x50
    USHORT IdealNode[32];                                                   //0x90
    struct _KAFFINITY_EX IdealProcessorSets;                                //0xd0
};