XblTitleManagedStatsWriteAsync
完全更新调用用户的统计信息。此调用将清除所有现有统计信息(所提供数组中未引用的任何统计信息都将被移除)。语法
参数
xblContextHandle _In_类型:XblContextHandle 本地用户的 XBOX live 上下文。 xboxUserId _In_
类型:uint64_t 其统计信息正在被更新的用户(只能是本地用户)。 statistics _In_
类型:XblTitleManagedStatistic* 要提交的 XblTitleManagedStatistic 列表。 statisticsCount _In_
类型:size_t statistics 数组中的项数。 async _In_
类型:XAsyncBlock* 用于异步调用。
