Skip to main content

XStoreQueryEntitledProductsResult

XStoreQueryEntitledProductsAsync の呼び出し結果を取得します。

構文

パラメーター

async   _Inout_
Type: XAsyncBlock*
XStoreQueryEntitledProductsAsync に渡された XAsyncBlockXAsyncBlock を使用して、呼び出しの状態のポーリングと呼び出し結果の取得を行います。 詳細については、XAsyncBlock を参照してください。 productQueryHandle   _Out_
Type: XStoreProductQueryHandle*
戻り時に、クエリを表す XStoreProductQueryHandle が格納されます。返された XStoreProductQueryHandle を XStoreEnumerateProductsQuery に渡すと、クエリが返した製品を列挙できます。

戻り値

Type: HRESULT 成功した場合は S_OK。それ以外の場合はエラー コードが返されます。

解説

この結果関数は、XStoreQueryEntitledProductsAsync の実行結果と、実行が成功した場合の製品情報を取得します。 この関数は XStoreQueryEntitledProductsAsync の後、通常はコールバック関数のコンテキストで呼び出します。 使用例については、XStoreQueryEntitledProductsAsync を参照してください。

要件

ヘッダー: XStore.h (XGameRuntime.h に含まれる) ライブラリ: xgameruntime.lib サポートされているプラットフォーム: Windows、XBOX One 本体、および XBOX Series 本体

関連概念ドキュメント

関連項目

XStore XStoreQueryAssociatedProductsAsync
XStoreQueryEntitledProductsAsync
XStoreQueryProductsAsync
XStoreQueryProductForCurrentGameAsync
XStoreQueryProductForPackageAsync
ストアの基本操作
プレイヤーにアドオン コンテンツへのアクセス権を付与する
最終更新日 2026年8月24日