通常情况下,在 MFC 中,写入整数数据通常使用 WriteProfileInt 方法,该方法用于将整数值写入注册表。以下是 WriteProfileInt 方法的典型用法:
WriteProfileInt(LPCTSTR lpszSection, LPCTSTR lpszEntry, int nValue);
转载请注明出处:http://www.zyzy.cn/article/detail/23186/MFC/CWinAppEx
WriteProfileInt(LPCTSTR lpszSection, LPCTSTR lpszEntry, int nValue);