REG_SZ top-level constant

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

const REG_SZ = 1;