XblPrivilege
ユーザーの権限を制御します。
構文
enum class XblPrivilege : uint32_t
{
Unknown = 0,
AllowIngameVoiceCommunications = 205,
AllowVideoCommunications = 235,
AllowProfileViewing = 249,
AllowCommunications = 252,
AllowMultiplayer = 254,
AllowAddFriend = 255
}
定数
定数 | 説明 |
---|---|
不明 | 認識されない権限 (以下の値のいずれにも該当しない)。 |
AllowIngameVoiceCommunications | ユーザーが他のユーザーのプロフィール (自己紹介、モットーなど) を表示できるかどうかを制御します。 |
AllowVideoCommunications | ユーザーが映像によって他のユーザーと通信できるかどうかを制御します。 |
AllowProfileViewing | ユーザーが他のユーザーのプロフィール (自己紹介、モットーなど) を表示できるかどうかを制御します。 |
AllowCommunications | ユーザーが他のユーザーと通信できるかどうかを制御します。 |
AllowMultiplayer | ユーザーが他のユーザーとパーティーに参加できるかどうかを制御します。 |
AllowAddFriend | ユーザーがフレンドを追加できるかどうかを制御します。 |
以下のメンバー:
XblPermissionDenyReasonDetails
要件
ヘッダー: privacy_c.h