XStoreConsumableResult
Represents the quantity of the consumable.Syntax
Members
quantityType: uint32_t The remaining quantity of the consumable.
Remarks
While this struct contains the results of XStoreQueryConsumableBalanceRemainingAsync and XStoreReportConsumableFulfillmentAsync the structs are actually populated in their results functions which are XStoreQueryConsumableBalanceRemainingResult and XStoreReportConsumableFulfillmentResult respectively. XStoreConsumableResult is a parameter of XStoreQueryConsumableBalanceRemainingResult. XStoreConsumableResult is a parameter of XStoreReportConsumableFulfillmentResult. This struct can be returned in a variety of mechanisms, including after use or purchase of a consumable.Requirements
Header: XStore.h (included in XGameRuntime.h) Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
XStoreXStoreQueryConsumableBalanceRemainingResult
XStoreReportConsumableFulfillmentResult
