//0x68 bytes (sizeof)
struct _KLOCK_ENTRIES
{
struct _KTHREAD* Thread; //0x0
USHORT AvailableEntryBitmap; //0x8
USHORT OrphanedEntryBitmap; //0xa
UCHAR EntryCount; //0xc
UCHAR Padding0[3]; //0xd
struct _KLOCK_ENTRY Entries[1]; //0x10
};