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