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

# XblSocialGetSocialRelationshipsResult

> XblSocialGetSocialRelationshipsResult

# XblSocialGetSocialRelationshipsResult

XblSocialGetSocialRelationshipsAsync API 호출에서 결과 핸들을 가져옵니다.

## Syntax

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

### Parameters

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

[XblSocialGetSocialRelationshipsAsync](/reference/live/xsapi-c/social_c/functions/xblsocialgetsocialrelationshipsasync)에 전달된 것과 동일한 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)
