BCGControlBar Pro for MFC
virtual BOOL CBCGPRegistry::Read ( LPCTSTR  pszKey,
BYTE **  ppData,
UINT *  pBytes 
)
virtual

Retrieves the data for a specified value field

Returns
If successful, returns nonzero; otherwise 0.

Retrieves the data for the specified value field of m_hKey.

Parameters
pszKeyPointer to a null-terminated string containing the name of the value to query.
ppDataPointer to a buffer that receives the data.
pBytesPoints to the variable that will receive the number of bytes read.