2 references to REG_SZ
ComSvcConfig (2)
SafeNativeMethods.cs (2)
205
int status = SafeNativeMethods.RegSetValueEx(this, valName, 0, SafeNativeMethods.
REG_SZ
, value, (value.Length * 2) + 2);
216
if (type == SafeNativeMethods.
REG_SZ
)