XblProfileGetUserProfilesForSocialGroupResultCount

Gets the number of profiles from a completed XblProfileGetUserProfilesForSocialGroupAsync operation.

Syntax

HRESULT XblProfileGetUserProfilesForSocialGroupResultCount(  
         XAsyncBlock* async,  
         size_t* profileCount  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The same AsyncBlock that was passed to XblProfileGetUserProfilesForSocialGroupAsync.

profileCount   _Out_
Type: size_t*

Passes back the number of profiles.

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