XblPermissionCheckResult
Struct describing the result of a permission check request.Syntax
Members
isAllowedType: bool Value indicating whether or not permission to take the requested action is granted. targetXuid
Type: uint64_t Target Xuid for the permission check request. Will be 0 if the permission check was for an anonymous user. targetUserType
Type: XblAnonymousUserType The class of anonymous user the permission check was for. Will be XblAnonymousUserType::Unknown if the permission check was for an XBOX Live user. permissionRequested
Type: XblPermission The permission that was requested. reasons
Type: XblPermissionDenyReasonDetails* Array of reasons why permission was denied. Null when isAllowed is true. reasonsCount
Type: size_t Number of entries in the reasons array.
Argument of
XblPrivacyCheckPermissionResultXblPrivacyCheckPermissionForAnonymousUserResult
XblPrivacyBatchCheckPermissionResult
