> ## 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.

# XblSocialRelationshipResultGetNextResult

> XblSocialRelationshipResultGetNextResult

# XblSocialRelationshipResultGetNextResult

XblSocialRelationshipResultGetNextAsync API 호출로부터 결과를 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT XblSocialRelationshipResultGetNextResult(  
         XAsyncBlock* async,  
         XblSocialRelationshipResultHandle* handle  
)  
```

### Parameters

*async*   \_In\_\
Type: XAsyncBlock\*

[XblSocialRelationshipResultGetNextAsync](/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetnextasync)에 전달된 것과 동일한 AsyncBlock입니다.

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

XblSocialRelationshipResultHandle을 반환합니다.

### Return value

Type: HRESULT

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

## Remarks

XblSocialRelationshipResultHandle을 더 이상 사용하지 않는 경우에는 [XblSocialRelationshipResultCloseHandle](/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultclosehandle)을 호출해야 합니다. 남아 있는 모든 핸들이 닫히면 소셜 관계의 결과 목록과 연결된 메모리가 해제됩니다. 이 API를 호출한 후에는 [XblSocialRelationshipResultGetRelationships](/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetrelationships)를 호출하여 반복할 결과 목록을 가져와야 합니다. 그런 다음 [XblSocialRelationshipResultHasNext](/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresulthasnext)를 호출하여 결과가 더 있는지 확인합니다.

## 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)
- [소셜 관계 가져오기](/ko/services/xbox-services/community/people-system/how-to/live-getting-a-social-relationship.md)
- [XblSocialRelationshipResultHasNext](/ko/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresulthasnext.md)
- [XblSocialGetSocialRelationshipsResult](/ko/reference/live/xsapi-c/social_c/functions/xblsocialgetsocialrelationshipsresult.md)
- [XblSocialRelationshipResultGetRelationships](/ko/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetrelationships.md)
