SetRegistryKey

SetRegistryKey屬於C語言函式。

基本介紹

  • 外文名:SetRegistryKey
  • 參數:lpszRegistryKey
  • 字元串指針:包含了鍵的名字
  • 形式HKEY_CURRENT_USER
註冊,參數,注釋,

註冊

CWinApp::SetRegistryKey
void SetRegistryKey( LPCTSTR lpszRegistryKey );
void SetRegistryKey( UINT nIDRegistryKey );

參數

lpszRegistryKey
字元串指針,包含了鍵的名字。
nIDRegistryKey
註冊表中鍵的ID/索引。

注釋

這個函式將應用程式的設定保存在註冊表而不是INI檔案中。這個函式設定m_pszRegistry Key,它被CWinApp的成員函式GetProfileIntGetProfileString,WriteProfileInt和WriteProfileString使用。如果調用了這個函式,最近使用(MRU)的檔案也被保存到註冊表中。通常註冊表的鍵為公司的名字。它保存在如下形式的鍵中:HKEY_CURRENT_USER\Software\<公司名>\<應用程式名>\<section name>\<value name>.
CWinApp Overview | Class Members | Hierarchy Chart
參見 CWinApp::InitInstance, CWinApp::GetProfileInt, CWinApp::GetProfileString, CWinApp::WriteProfileInt, CWinApp::WriteProfileString

相關詞條

熱門詞條

聯絡我們