次の方法で共有


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

IAppxSourceContentGroupMapReader を作成します

構文

HRESULT CreateSourceContentGroupMapReader(
  [in]          IStream                          *inputStream,
  [out, retval] IAppxSourceContentGroupMapReader **reader
);

パラメーター

[in] inputStream

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

[out, retval] reader

戻り値

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

要件

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

こちらもご覧ください

IAppxFactory2