BOOL CBCGPWorkspace::WriteBinary | ( | LPCTSTR | lpszEntry, |
LPBYTE | pData, | ||
UINT | nBytes | ||
) |
Stores binary data in a specified value field.
lpszEntry | Specifies the value field to be set. If a value field with this name does not already exist in the key, it is added. |
pData | Specifies the data to be stored. |
nBytes | Specifies the size of data, in bytes, to be stored. |