CWinAppEx::WriteInt

对注册表中写入数值数据。

BOOL WriteInt(
   LPCTSTR lpszEntry,
   int nValue 
);

参数

  • [in] lpszEntry
    包含注册表项的名称的字符串。

  • [in] nValue
    要存储的数据。

返回值

TRUE,则此方法成功;否则 FALSE。

备注

lpszEntry 参数是注册表项的名称位于应用程序的默认注册表项下。获取或设置默认注册表项,请使用方法单个 CWinAppEx::GetRegistryBaseCWinAppEx::SetRegistryBase

如果 lpszEntry 指定的项不存在,该方法将创建它。

要求

标头: afxwinappex.h

请参见

参考

CWinAppEx选件类

层次结构图