XblProfileGetUserProfilesResult
Gets the result for a completed XblProfileGetUserProfilesAsync operation.Syntax
Parameters
async _In_Type: XAsyncBlock* The same AsyncBlock that was passed to XblProfileGetUserProfilesAsync. profilesCount _In_
Type: size_t The size of the caller allocated profiles array. Use XblProfileGetUserProfilesResultCount to get the count required. profiles _Out_writes_(profilesCount)
Type: XblUserProfile* A caller allocated array that passes back the user profile results.
