REG_SZ top-level constant

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

A null-terminated string. 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_SZ instead')
const REG_SZ = 1;