SHCreateAssociationRegistration 関数 (shobjidl_core.h)
Windows によって提供されるインターフェイスのストック実装に基づいて 、IApplicationAssociationRegistration オブジェクトを作成します。
構文
SHSTDAPI SHCreateAssociationRegistration(
[in] REFIID riid,
[out] void **ppv
);
パラメーター
[in] riid
種類: REFIID
要求されたインターフェイスの IID への参照。
[out] ppv
型: void**
この関数が戻るとき、 には IApplicationAssociationRegistration オブジェクトへのポインターのアドレスが含まれます。
戻り値
種類: HRESULT
この関数が成功すると、 S_OKが返されます。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | shobjidl_core.h (Shobjidl.h を含む) |
[DLL] | Shell32.dll |
API セット | ext-ms-win-shell-shell32-l1-2-0 (Windows 8.1で導入) |