次の方法で共有


CWinApp::GetAppRegistryKey

HKEY_CURRENT_USER\<ソフトウェア名>\RegistryKey\ProfileName のキーを返します。

HKEY GetAppRegistryKey(
   CAtlTransactionManager* pTM = NULL
);

パラメーター

  • pTM
    CAtlTransactionManager オブジェクトへのポインター。

戻り値

関数が成功した場合は、アプリケーション キー。それ以外の場合は NULL。

必要条件

ヘッダー: afxwin.h

参照

関連項目

CWinApp クラス