XStoreConsumableResult

表示易耗品的数量。

语法

typedef struct XStoreConsumableResult {  
    uint32_t quantity;  
} XStoreConsumableResult  

成员

quantity
类型:uint32_t

易耗品的剩余数量。

备注

虽然此结构包含 XStoreQueryConsumableBalanceRemainingAsyncXStoreReportConsumableFulfillmentAsync 的结果,但实际上在其结果函数(分别是 XStoreQueryConsumableBalanceRemainingResultXStoreReportConsumableFulfillmentResult)中填充了此结构。 XStoreConsumableResultXStoreQueryConsumableBalanceRemainingResult 的一个参数。 XStoreConsumableResultXStoreReportConsumableFulfillmentResult 的一个参数。 此结构可通过多种机制返回,包括在使用或购买耗材后。

要求

头文件:XStore.h(包含在 XGameRuntime.h 中)

支持平台:Windows、Xbox One 系列主机和 Xbox Series 主机

另请参阅

XStore
XStoreQueryConsumableBalanceRemainingResult
XStoreReportConsumableFulfillmentResult