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