Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Writes numeric data to the registry.
BOOL WriteSectionInt(
LPCTSTR lpszSubSection,
LPCTSTR lpszEntry,
int nValue
);
Parameters
[in] lpszSubSection
A string that contains the relative path of a registry key.[in] lpszEntry
A string that contains the value to set.[in] nValue
The data to write to the registry.
Return Value
TRUE if this method is successful; otherwise FALSE.
Remarks
The lpszSubSection parameter is not an absolute path for a registry entry. It is a relative path that is appended to 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