CWinAppEx::WriteInt
Writes numeric data to the registry.
BOOL WriteInt(
LPCTSTR lpszEntry,
int nValue
);
Parameters
[in] lpszEntry
A string that contains the name of a registry key.[in] nValue
The data to store.
Return Value
TRUE if this method is successful; otherwise FALSE.
Remarks
The lpszEntry parameter is the name of a registry entry 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