RTL_CONDITION_VARIABLE_LOCKMODE_SHARED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H
#if (PHNT_VERSION >= PHNT_VISTA)

#define RTL_CONDITION_VARIABLE_LOCKMODE_SHARED 0x1

#endif
#endif

View code on GitHub

No description available.