SECRegistry::SetStringArrayValue
BOOLSECRegistry::SetStringArrayValue(LPCTSTRlpszValueName, const CStringArray&string_array)
Sets a value for the key name specified as REG_MULTI_SZ.
Defined in: SECREG.CPP
Return Value
Nonzero if successful, otherwise 0.
Parameters
lpszValueName
The value name.
string_array
The string data to set.
Developer Notes
For 32-bit only.
See Also