Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls user's privileges.
Syntax
enum class XblPrivilege : uint32_t
{
Unknown = 0,
AllowIngameVoiceCommunications = 205,
AllowVideoCommunications = 235,
AllowProfileViewing = 249,
AllowCommunications = 252,
AllowMultiplayer = 254,
AllowAddFriend = 255
}
Constants
Constant | Description |
---|---|
Unknown | Unrecognized privilege (not one of the below values). |
AllowIngameVoiceCommunications | Controls the ability of the user to view the profile (bio, motto, etc) of other users. |
AllowVideoCommunications | Controls the ability of the user to communicate with other users via video. |
AllowProfileViewing | Controls the ability of the user to view the profile (bio, motto, etc) of other users. |
AllowCommunications | Controls the ability of the user to communicate with other users. |
AllowMultiplayer | Controls the ability of the user to join parties with other users. |
AllowAddFriend | Controls the ability of the user to add friends. |
Member of
XblPermissionDenyReasonDetails
Requirements
Header: privacy_c.h