共用方式為


CWinAppEx::GetSectionString

從登錄讀取字串資料。

CString GetSectionString(
   LPCTSTR lpszSubSection,
   LPCTSTR lpszEntry,
   LPCTSTR lpszDefault = _T("")
);

參數

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

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

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

傳回值

依照指定的登錄值儲存字串資料,如果資料存在;否則 lpszDefault。

備註

這個方法會寫入登錄的字串資料。 使用 CWinAppEx::WriteStringCWinAppEx::WriteSectionString 寫入登錄的字串資料。

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

需求

標題: afxwinappex.h

請參閱

參考

CWinAppEx 類別

階層架構圖