REG_KEY_RECURSE_FLAG - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTREGAPI_H

/**
 * \def REG_KEY_RECURSE_FLAG
 * \brief If REG_KEY_RECURSE_FLAG is set, registry virtualization flags are propagated from the parent key.
 *
 * If this flag is clear, registry virtualization flags are not propagated.
 * Changing this flag affects only new descendent keys created after the flag is changed.
 * It does not set or clear these flags for existing descendent keys.
 */
#define REG_KEY_RECURSE_FLAG 0x0008

#endif

View code on GitHub

NtDoc

No description available.