次の方法で共有


XblSocialRelationshipResultHasNext

サービスから取得するソーシャル関係のページがさらにあるかどうかを確認します。

構文

HRESULT XblSocialRelationshipResultHasNext(  
         XblSocialRelationshipResultHandle resultHandle,  
         bool* hasNext  
)  

パラメーター

resultHandle _In_
型: XblSocialRelationshipResultHandle

XblSocialGetSocialRelationshipsResult からの XblSocialRelationshipResultHandle。

hasNext _Out_
型: bool*

さらに取得する結果がある場合は true、ない場合は false を返します。

戻り値

型: HRESULT

この API 操作の HRESULT 結果コード。

解説

結果に次のページがある場合は XblSocialRelationshipResultGetNextAsync を呼び出して、アイテムの次のページを取得します。

要件

ヘッダー: social_c.h

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

関連項目

social_c