XStoreReportConsumableFulfillmentResult
XStoreReportConsumableFulfillmentAsync の呼び出し結果を取得します。消耗型製品の実装と使用の詳細については、消費型ベースのエコシステム を参照してください。Syntax
Parameters
async _Inout_型: XAsyncBlock* XStoreReportConsumableFulfillmentAsync に渡された XAsyncBlock。XAsyncBlock を使用して呼び出しの状態をポーリングしたり、呼び出し結果を取得したりできます。詳細については、XAsyncBlock を参照してください。 consumableResult _Out_
型: XStoreConsumableResult* 成功時には消耗型製品の現在の数量を示す構造体が格納されます。
Return value
型: HRESULT HRESULT の成功またはエラー コード。Remarks
この結果関数を使用して XStoreReportConsumableFulfillmentAsync の実行結果を取得できます。そのため、この関数は XStoreReportConsumableFulfillmentAsync の呼び出し後、通常はコールバック関数のコンテキストで呼び出す必要があります。 使用例については、XStoreReportConsumableFulfillmentAsync を参照してください。Requirements
ヘッダー: XStore.h (XGameRuntime.h に含まれる) ライブラリ: xgameruntime.lib サポートされているプラットフォーム: Windows、XBOX One ファミリー本体および XBOX Series 本体See also
XStoreXStoreReportConsumableFulfillmentAsync
