XStoreQueryProductsResult
XStoreQueryProductsAsync の呼び出し結果を取得します。Syntax
Parameters
async _Inout_型: XAsyncBlock* XStoreQueryProductsAsync に渡された
XAsyncBlock。
XAsyncBlock を使用して呼び出しの状態を確認し、結果を取得します。
詳細については、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
XStoreXStoreQueryAssociatedProductsAsync
XStoreQueryEntitledProductsAsync
XStoreQueryProductsAsync
XStoreQueryProductForCurrentGameAsync
XStoreQueryProductForPackageAsync
基本的なストア操作
プレイヤーにアドオン コンテンツへのアクセス許可を付与する
