CWinAppEx::WriteSectionString
寫入值的字串資料暫存器。
BOOL WriteSectionString(
LPCTSTR lpszSubSection,
LPCTSTR lpszEntry,
LPCTSTR lpszValue
);
參數
[in] lpszSubSection
包含登錄機碼名稱的字串。[in] lpszEntry
包含要設定之值的字串。[in] lpszValue
要寫入的字串資料寫入登錄。
傳回值
TRUE ,如果此方法成功,否則 FALSE。
備註
lpszSubSection 參數不是登錄項目的絕對路徑。 這是附加到預設登錄機碼的結尾應用程式的相對路徑。 若要取得或設定預設登錄機碼,請使用方法 CWinAppEx::GetRegistryBase 和 CWinAppEx::SetRegistryBase,名稱分別為、和。
如果 lpszEntry 指定的值不存在於 lpszSubSection下,這個方法會建立它。
需求
標題: afxwinappex.h