CWinApp::SetRegistryKey

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 hqywork 的 blog

 

cwinapp::setregistrykey

void setregistrykey( lpctstr lpszregistrykey );

void setregistrykey( uint nidregistrykey );

参数

lpszregistrykey

字符串指针,包含了键的名字。

nidregistrykey

注册表中键的id/索引。

注释

这个函数将应用程序的设置保存在注册表而不是ini文件中。这个函数设置m_pszregistry key,它被cwinapp的成员函数getprofileintgetprofilestringwriteprofileintwriteprofilestring使用。如果调用了这个函数,最近使用(mru)的文件也被保存到注册表中。通常注册表的键为公司的名字。它保存在如下形式的键中:hkey_current_user\software\<公司名>\<应用程序名>\<section name>\<value name>.

cwinapp overviewclass membershierarchy chart

参见 cwinapp::initinstance, cwinapp::getprofileint, cwinapp::getprofilestring, cwinapp::writeprofileint, cwinapp::writeprofilestring

本文关键:VC,MFC
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top