Skip to main content

XStoreQueryProductsResult

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

Syntax

Parameters

async   _Inout_
型: XAsyncBlock*
XStoreQueryProductsAsync に渡された XAsyncBlockXAsyncBlock を使用して呼び出しの状態を確認し、結果を取得します。 詳細については、XAsyncBlock を参照してください。 productQueryHandle   _Out_
型: XStoreProductQueryHandle*
関数から戻ったとき、クエリを表す XStoreProductQueryHandle が格納されます。返された XStoreProductQueryHandle は XStoreEnumerateProductsQuery に渡すことで、クエリが返した製品を列挙できます。

Return value

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

Remarks

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

Requirements

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

Conceptual documentation

See also

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