RTL_RUN_ONCE_CHECK_ONLY - 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

//
// Run once flags
//
#define RTL_RUN_ONCE_CHECK_ONLY     0x00000001UL

#endif
#endif
#endif

View code on GitHub

No description available.