RTL_RUN_ONCE_INIT - 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 initializer
//
#define RTL_RUN_ONCE_INIT {0}

#endif
#endif
#endif

View code on GitHub

No description available.