typedef struct _OWNER_ENTRY { ULONG OwnerThread; union { LONG OwnerCount; ULONG TableSize; }; } OWNER_ENTRY, *POWNER_ENTRY;
Windows Vista Kernel Structures