XblSocialGetSocialRelationshipsAsync
호출자와 사회적으로 연결된 사용자 목록을 가져옵니다.Syntax
Parameters
xboxLiveContext _In_Type: XblContextHandle XblContextCreateHandle로 생성된 XBOX live 컨텍스트 핸들입니다. xboxUserId _In_
Type: uint64_t 소셜 관계를 가져올 XBOX 사용자 ID입니다. socialRelationshipFilter _In_
Type: XblSocialRelationshipFilter 목록을 필터링하는 방법을 제어합니다. startIndex _In_
Type: size_t 결과 목록의 시작 인덱스를 제어합니다. maxItems _In_
Type: size_t 결과 목록이 포함할 수 있는 항목의 최대 수입니다. 모든 항목을 가져오려면 0을 전달합니다. async _In_
Type: XAsyncBlock* 호출자가 할당한 XAsyncBlock입니다.
