> ## 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 呼び出しから結果を取得します。

## 構文

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

### パラメーター

*async*   \_In\_\
型: XAsyncBlock\*

[XblSocialRelationshipResultGetNextAsync](/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetnextasync) に渡されたものと同じ AsyncBlock。

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

XblSocialRelationshipResultHandle を返します。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻り値コード。

## 解説

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) を呼び出して、さらに結果があるかどうかを確認してください。

## 要件

**ヘッダー:** social\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

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


## Related topics

- [XblSocialRelationshipResultGetNextAsync](/ja-jp/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetnextasync.md)
- [ソーシャル リレーションシップの取得](/ja-jp/services/xbox-services/community/people-system/how-to/live-getting-a-social-relationship.md)
- [XblSocialRelationshipResultHasNext](/ja-jp/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresulthasnext.md)
- [XblSocialGetSocialRelationshipsResult](/ja-jp/reference/live/xsapi-c/social_c/functions/xblsocialgetsocialrelationshipsresult.md)
- [XblSocialRelationshipResultGetRelationships](/ja-jp/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetrelationships.md)
