CWinApp::SetRegistryKey
在登錄中建立應用程式設定儲存而非 INI 檔案。
void SetRegistryKey(
LPCTSTR lpszRegistryKey
);
void SetRegistryKey(
UINT nIDRegistryKey
);
參數
lpszRegistryKey
含有索引鍵名稱的字串。nIDRegistryKey
包含登錄機碼的名稱字串資源的 ID。
備註
這個函式會設定 m_pszRegistryKey,由 GetProfileInt、 GetProfileString、 WriteProfileInt和 WriteProfileStringCWinApp的成員函式會使用。 如果呼叫這個函式,大部分 (MRU) 最近使用的檔案清單在登錄或儲存。 登錄機碼 (通常是公司名稱。 在下列格式的金鑰儲存:\Software<company name>HKEY_CURRENT_USER \ \ \ \<application name><section name><value name>。
需求
Header: afxwin.h