REG_EXPAND_SZ top-level constant

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

const REG_EXPAND_SZ = 2;