共用方式為


CWinAppEx::GetSectionInt

從登錄讀取整數資料。

int GetSectionInt(
   LPCTSTR lpszSubSection,
   LPCTSTR lpszEntry,
   int nDefault = 0
);

參數

  • [in] lpszSubSection
    包含登錄機碼的相對路徑的字串。

  • [in] lpszEntry
    包含要從中讀取值的字串。

  • [in] nDefault
    傳回的預設值,如果指定的值不存在。

傳回值

儲存在指定的登錄值的整數資料; nDefault ,如果資料不存在。

備註

使用方法 CWinAppEx::WriteIntCWinAppEx::WriteSectionInt 寫入登錄整數資料。

lpszSubSection 參數不是登錄項目的絕對路徑。 它是加入至預設登錄機碼的結尾應用程式的相對路徑。 若要取得或設定預設登錄機碼,請使用方法 CWinAppEx::GetRegistryBase 和個別 CWinAppEx::SetRegistryBase

需求

標題: afxwinappex.h

請參閱

參考

CWinAppEx 類別

階層架構圖

CWinAppEx::WriteSectionInt

CWinAppEx::WriteInt