Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes binary data to the registry.
BOOL WriteBinary(
LPCTSTR lpszEntry,
LPBYTE pData,
UINT nBytes
);
Parameters
[in] lpszEntry
A string that contains the name of a registry key.[in] pData
The data to store.[in] nBytes
The size of pData in bytes.
Return Value
TRUE if this method is successful; otherwise FALSE.
Remarks
The lpszEntry parameter is the name of a registry entry that is located under the default registry key for your application. To get or set the default registry key, use the methods CWinAppEx::GetRegistryBase and CWinAppEx::SetRegistryBase respectively.
If the key specified by lpszEntry does not exist, this method will create it.
Requirements
Header: afxwinappex.h