void setregistrykey( lpctstr lpszregistrykey ); void setregistrykey( uint nidregistrykey );cwinapp::setregistrykey
参数
lpszregistrykey
字符串指针,包含了键的名字。
nidregistrykey
注册表中键的id/索引。
注释
这个函数将应用程序的设置保存在注册表而不是ini文件中。这个函数设置m_pszregistry key,它被cwinapp的成员函数getprofileint,getprofilestring,writeprofileint和writeprofilestring使用。如果调用了这个函数,最近使用(mru)的文件也被保存到注册表中。通常注册表的键为公司的名字。它保存在如下形式的键中:hkey_current_user\software\<公司名>\<应用程序名>\<section name>\<value name>.
cwinapp overview | class members | hierarchy chart
参见 cwinapp::initinstance, cwinapp::getprofileint, cwinapp::getprofilestring, cwinapp::writeprofileint, cwinapp::writeprofilestring