REG_FLAG_LINK - NtDoc

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

// rev
/**
 * \def REG_FLAG_LINK
 * \brief The registry key is a symbolic link.
 *
 * When this flag is set, the key acts as a symbolic link to another registry key.
 * This allows redirection of registry operations to a different key location.
 */
#define REG_FLAG_LINK 0x0002

#endif

View code on GitHub

NtDoc

No description available.