BCGControlBar Pro for MFC
BOOL CBCGPWorkspace::WriteSectionBinary ( LPCTSTR  lpszSubSection,
LPCTSTR  lpszEntry,
LPBYTE  pData,
UINT  nBytes 
)

Stores binary data in a specified value field of a specified key.

Returns
If successful, returns nonzero; otherwise 0.
Parameters
lpszSubSectionSpecifies the name of a key.
lpszEntrySpecifies the value field to be set. If a value field with this name does not already exist in the key, it is added.
pDataSpecifies the data to be stored.
nBytesSpecifies the size of data, in bytes, to be stored.