RTL_SRWLOCK_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H
//
// Slim reader-writer locks, condition variables, and barriers
//
#ifndef RTL_SRWLOCK_INIT

#define RTL_SRWLOCK_INIT {0}

#endif
#endif

View code on GitHub

No description available.