IAppxFactory2::CreateContentGroupMapReader メソッド (appxpackaging.h)

IAppxContentGroupMapReader を作成します。

構文

HRESULT CreateContentGroupMapReader(
  [in]          IStream                    *inputStream,
  [out, retval] IAppxContentGroupMapReader **contentGroupMapReader
);

パラメーター

[in] inputStream

読み取り用のコンテンツ グループ マップ XML を配信するストリーム。

[out, retval] contentGroupMapReader

コンテンツ グループ マップ リーダー。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー appxpackaging.h

こちらもご覧ください

IAppxFactory2