SECRegistry::GetStringArrayValue
BOOLSECRegistry::GetStringArrayValue(LPCTSTRlpszValueName, CStringArray&return_array)
Retrieves a REG_MULTI_SZ value.
Defined in: SECREG.CPP
Return Value
Nonzero if successful, otherwise 0.
Parameters
lpszValueName
The value name.
return_array
A CStringArray to receive the string data.
Developer Notes
For 32-bit only.
See Also