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

IAppxContentGroupMapWriter を作成します。

構文

HRESULT CreateContentGroupMapWriter(
                IStream                    *stream,
  [out, retval] IAppxContentGroupMapWriter **contentGroupMapWriter
);

パラメーター

stream

コンテンツ グループ マップを受信するストリーム。

[out, retval] contentGroupMapWriter

コンテンツ グループ マップの書き込み専用オブジェクト モデルを提供します。

戻り値

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

要件

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

こちらもご覧ください

IAppxFactory2