#ifndef _NTRTL_H
//
// Run Once
//
#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
View code on GitHubNo description available.