XblSocialRelationshipResultHasNext

Checks if there are more pages of social relationships to retrieve from the service.

Syntax

HRESULT XblSocialRelationshipResultHasNext(  
         XblSocialRelationshipResultHandle resultHandle,  
         bool* hasNext  
)  

Parameters

resultHandle   _In_
Type: XblSocialRelationshipResultHandle

The XblSocialRelationshipResultHandle from XblSocialGetSocialRelationshipsResult.

hasNext   _Out_
Type: bool*

Passes back true if there are more results to retrieve, false otherwise.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Remarks

If the result has a next page, then call XblSocialRelationshipResultGetNextAsync to retrieve the next page of items.

Requirements

Header: social_c.h

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

See also

social_c