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