Skip to main content

XblSocialRelationshipResultHasNext

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

Syntax

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.14x.GDK.C.lib

See also

social_c
Last modified on August 4, 2026