XblProfileGetUserProfilesResult
获取已完成的 XblProfileGetUserProfilesAsync 操作的结果。语法
参数
async _In_类型:XAsyncBlock* 传递给 XblProfileGetUserProfilesAsync 的同一个 AsyncBlock。 profilesCount _In_
类型:size_t 调用方分配的 profiles 数组的大小。使用 XblProfileGetUserProfilesResultCount 获取所需数量。 profiles _Out_writes_(profilesCount)
类型:XblUserProfile* 用于回传用户配置文件结果的、由调用方分配的数组。
