SECRegistry::SetStringValue

BOOLSECRegistry::SetStringValue(LPCTSTRlpszValueName, const CString&string_value)

Sets a value for the key name specified as REG_SZ (32-bit only).

Defined in: SECREG.CPP

Return Value

Nonzero if successful, otherwise 0.

Parameters

lpszValueName

The value name.

string_value

The string data to set.

Developer Notes

For 32-bit only.

See Also

SECRegistry  SetValue  SetStringArrayValue  GetStringValue