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