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

# XblSocialRelationshipFilter

> XblSocialRelationshipFilter

# XblSocialRelationshipFilter

소셜 그룹에 사용할 수 있는 관계 필터를 정의합니다.

## Syntax

```cpp theme={null}
enum class XblSocialRelationshipFilter  : uint32_t  
{  
    All,  
    Favorite,  
    LegacyXboxLiveFriends  
}  
```

## Constants

| Constant              | Description                                   |
| --------------------- | --------------------------------------------- |
| All                   | 사용자의 사용자 목록에 있는 모든 사람.                        |
| Favorite              | 사용자의 사용자 목록에서 "Favorite" 특성이 연결된 사용자만 필터링합니다. |
| LegacyXboxLiveFriends | 사용자의 사용자 목록에서 레거시 XBOX Live 친구인 사용자만 필터링합니다.  |

## Argument of

[XblSocialGetSocialRelationshipsAsync](/reference/live/xsapi-c/social_c/functions/xblsocialgetsocialrelationshipsasync)

## Requirements

**Header:** social\_c.h

## See also

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