REG_EXPAND_SZ top-level constant

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

A null-terminated string that contains unexpanded references to environment variables, for example, %PATH%. It's either a Unicode or an ANSI string, depending on whether you use the Unicode or ANSI functions

Implementation

@Deprecated('Use REG_VALUE_TYPE.REG_EXPAND_SZ instead')
const REG_EXPAND_SZ = 2;