CWinApp::GetSectionKey

返回HKEY_CURRENT_USER \ software \ “”的RegistryKey \ AppName \ lpszSection键。

HKEY GetSectionKey(
   LPCTSTR lpszSection,
   CAtlTransactionManager* pTM = NULL
);

参数

  • lpszSection
    将获取的键的名称。

  • pTM
    CAtlTransactionManager 对象的指针。

返回值

部分键,如果函数成功;否则 NULL。

要求

标头: afxwin.h

请参见

参考

CWinApp Class