XblTitleManagedStatsWriteAsync
Completely update the calling user’s stats. This call wipes out all existing stats (any stats not referenced in the provided array will be removed).Syntax
Parameters
xblContextHandle _In_Type: XblContextHandle XBOX live context for the local user. xboxUserId _In_
Type: uint64_t User whose stats are being updated (can only be the local user). statistics _In_
Type: XblTitleManagedStatistic* A list of XblTitleManagedStatistic to submit. statisticsCount _In_
Type: size_t Number of items in the statistics array. async _In_
Type: XAsyncBlock* Used for async call.
