CWinApp::SetRegistryKey
在注册表中导致应用程序设置中而不是INI文件。
void SetRegistryKey(
LPCTSTR lpszRegistryKey
);
void SetRegistryKey(
UINT nIDRegistryKey
);
参数
lpszRegistryKey
对包含键的名称字符串的指针。nIDRegistryKey
包含注册表项的名称字符串资源的ID。
备注
此功能设置 m_pszRegistryKey,由 GetProfileInt、 GetProfileString、 WriteProfileInt和 WriteProfileStringCWinApp的成员函数然后使用。 如果调用该函数时,大多数最近使用的(MRU)文件列表在注册表中还存储。 注册表项通常是公司的名称。 它在以下格式的密钥存储区:HKEY_CURRENT_USER \ software \<company name>\<application name>\<section name>\<value name>。
要求
Header: afxwin.h