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