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

# XblPrivilege

> XblPrivilege

# XblPrivilege

ユーザーの特権を制御します。

## 構文

```cpp theme={null}
enum class XblPrivilege  : uint32_t  
{  
    Unknown = 0,  
    AllowIngameVoiceCommunications = 205,  
    AllowVideoCommunications = 235,  
    AllowProfileViewing = 249,  
    AllowCommunications = 252,  
    AllowMultiplayer = 254,  
    AllowAddFriend = 255  
}  
```

## 定数

| 定数                             | 説明                                            |
| ------------------------------ | --------------------------------------------- |
| Unknown                        | 認識できない特権 (以下の値のいずれでもない)。                      |
| AllowIngameVoiceCommunications | ユーザーが他のユーザーのプロフィール (略歴、モットーなど) を表示する機能を制御します。 |
| AllowVideoCommunications       | ユーザーが他のユーザーとビデオで通信する機能を制御します。                 |
| AllowProfileViewing            | ユーザーが他のユーザーのプロフィール (略歴、モットーなど) を表示する機能を制御します。 |
| AllowCommunications            | ユーザーが他のユーザーと通信する機能を制御します。                     |
| AllowMultiplayer               | ユーザーが他のユーザーとパーティーに参加する機能を制御します。               |
| AllowAddFriend                 | ユーザーがフレンドを追加する機能を制御します。                       |

## メンバーとして含む構造体

[XblPermissionDenyReasonDetails](/reference/live/xsapi-c/privacy_c/structs/xblpermissiondenyreasondetails)

## 要件

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

## 関連項目

[privacy\_c](/reference/live/xsapi-c/privacy_c/privacy_c_members)


## Related topics

- [XblPermissionDenyReasonDetails](/ja-jp/reference/live/xsapi-c/privacy_c/structs/xblpermissiondenyreasondetails.md)
- [XUserPrivilege](/ja-jp/reference/system/xuser/enums/xuserprivilege.md)
- [XUserCheckPrivilege](/ja-jp/reference/system/xuser/functions/xusercheckprivilege.md)
- [XUserPrivilegeOptions](/ja-jp/reference/system/xuser/enums/xuserprivilegeoptions.md)
- [XUserPrivilegeDenyReason](/ja-jp/reference/system/xuser/enums/xuserprivilegedenyreason.md)
