#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
View code on GitHubNo description available.