> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblSocialRelationshipResultHasNext

> XblSocialRelationshipResultHasNext

# XblSocialRelationshipResultHasNext

서비스에서 검색할 소셜 관계 페이지가 더 있는지 확인합니다.

## Syntax

```cpp theme={null}
HRESULT XblSocialRelationshipResultHasNext(  
         XblSocialRelationshipResultHandle resultHandle,  
         bool* hasNext  
)  
```

### Parameters

*resultHandle*   \_In\_\
Type: [XblSocialRelationshipResultHandle](/reference/live/xsapi-c/social_c/handles/xblsocialrelationshipresulthandle)

XblSocialGetSocialRelationshipsResult에서 반환된 XblSocialRelationshipResultHandle입니다.

*hasNext*   \_Out\_\
Type: bool\*

검색할 결과가 더 있으면 true, 그렇지 않으면 false를 반환합니다.

### Return value

Type: HRESULT

이 API 작업에 대한 HRESULT 반환 코드입니다.

## Remarks

결과에 다음 페이지가 있는 경우 [XblSocialRelationshipResultGetNextAsync](/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetnextasync)를 호출하여 항목의 다음 페이지를 검색합니다.

## Requirements

**Header:** social\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[social\_c](/reference/live/xsapi-c/social_c/social_c_members)


## Related topics

- [XblSocialRelationshipResultGetNextAsync](/ko/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetnextasync.md)
- [XblSocialRelationshipResultGetNextResult](/ko/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetnextresult.md)
- [XblSocialGetSocialRelationshipsResult](/ko/reference/live/xsapi-c/social_c/functions/xblsocialgetsocialrelationshipsresult.md)
- [소셜 관계 가져오기](/ko/services/xbox-services/community/people-system/how-to/live-getting-a-social-relationship.md)
- [XblSocialRelationshipResultGetRelationships](/ko/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetrelationships.md)
