XStoreProductsQueryNextPageAsync
クエリ結果の次のページを取得します。構文
パラメーター
productQueryHandle _In_Type: XStoreProductQueryHandle さらにページがあるかを確認するクエリへのハンドル。XStoreProductsQueryHasMorePages の最初の呼び出しでは、これは XStoreQueryProductForCurrentGameResult、XStoreQueryProductForPackageResult.md、XStoreQueryEntitledProductsResult、XStoreQueryProductsAsync、または XStoreQueryProductsResult から返される XStoreProductQueryHandle になります。後続の呼び出しでは、XStoreProductsQueryNextPageResult から返されるクエリ ハンドルを使用します。 async _Inout_
Type: XAsyncBlock* 実行中の非同期処理を定義する XAsyncBlock。XAsyncBlock は、呼び出しの状態のポーリングと呼び出し結果の取得に使用できます。詳細については、XAsyncBlock を参照してください。
戻り値
Type: HRESULT HRESULT の成功またはエラー コード。解説
この関数は、XStoreEnumerateProductsQuery で製品クエリを列挙した後、追加の製品情報をクエリするために使用されます。この関数を呼び出す前に、XStoreProductsQueryHasMorePages を呼び出して追加の製品クエリ情報の存在を確認する必要があります。クエリ結果の次のページとこの関数の実行結果を取得するには、この関数を呼び出した後に XStoreProductsQueryNextPageResult を呼び出します。使用例については、XStoreQueryAssociatedProductsAsync を参照してください。要件
ヘッダー: XStore.h (XGameRuntime.h に含まれる) ライブラリ: xgameruntime.lib サポートされているプラットフォーム: Windows、XBOX One 本体および XBOX Series 本体関連項目
XStoreXStoreProductsQueryNextPageResult
XStoreProductsQueryHasMorePages
XStoreEnumerateProductsQuery
