Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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