THREAD_LOCK_OWNERSHIP - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPSAPI_H

// RtlAbPostRelease / ReleaseAllUserModeAutoBoostLockHandles 
typedef struct _THREAD_LOCK_OWNERSHIP
{
    ULONG SrwLock[1];
} THREAD_LOCK_OWNERSHIP, *PTHREAD_LOCK_OWNERSHIP;

#endif

View code on GitHub

No description available.