RTL_RUN_ONCE_CTX_RESERVED_BITS - NtDoc

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

//
// The context stored in the run once structure must
// leave the following number of low order bits unused.
//
#define RTL_RUN_ONCE_CTX_RESERVED_BITS 2

#endif
#endif
#endif

View code on GitHub

No description available.