XblProfileGetUserProfilesForSocialGroupResult

Gets the result for a completed XblProfileGetUserProfilesForSocialGroupAsync operation.

Syntax

HRESULT XblProfileGetUserProfilesForSocialGroupResult(  
         XAsyncBlock* async,  
         size_t profilesCount,  
         XblUserProfile* profiles  
)  

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.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: profile_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

profile_c