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