BOOL CBCGPWorkspace::GetBinary | ( | LPCTSTR | lpszEntry, |
LPBYTE * | ppData, | ||
UINT * | pBytes | ||
) |
Retrieves the binary data for a specified value field.
The GetBinary function retrieves the binary data associated with the lpszEntry value. Use WriteSectionBinary() or WriteBinary() to store the data.
lpszEntry | The registry entry name. |
ppData | Out parameter. Points to the buffer to fill with the binary data. |
pBytes | Out parameter. Points to the buffer that will contain the number of bytes read. |