REG_LINK top-level constant

  1. @Deprecated('Use REG_VALUE_TYPE.REG_LINK instead')
int const REG_LINK

A null-terminated Unicode string that contains the target path of a symbolic link that was created by calling the RegCreateKeyEx function with REG_OPTION_CREATE_LINK.

Implementation

@Deprecated('Use REG_VALUE_TYPE.REG_LINK instead')
const REG_LINK = 6;