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

# PartyInvitationRevocability

> 招待を取り消すことができるユーザーのオプション。

招待を取り消すことができるユーザーのオプション。

## 構文

```cpp theme={null}
enum class PartyInvitationRevocability    
{  
    Creator = 0,  
    Anyone = 1,  
}  
```

## 定数

| 定数      | 説明                                            |
| ------- | --------------------------------------------- |
| Creator | 招待は、招待を作成した PartyLocalUser によってのみ取り消すことができます。 |
| Anyone  | 招待は、ネットワーク内の任意の認証済みユーザーによって取り消すことができます。       |

## 要件

**ヘッダー:** Party.h

## 関連項目

[Party メンバー](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyNetwork::RevokeInvitation](/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_revokeinvitation)\
[PartyInvitation](/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/partyinvitation)\
[PartyLocalUser](/services/playfab/multiplayer/networking/reference/classes/PartyLocalUser/partylocaluser)


## Related topics

- [PartyInvitationConfiguration](/ja-jp/services/playfab/multiplayer/networking/reference/structs/partyinvitationconfiguration.md)
- [PartyNetwork::CreateInvitation](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_createinvitation.md)
- [PlayFab Party invitations and the security model](/ja-jp/services/playfab/multiplayer/networking/concepts-invitations-security-model.md)
- [PartyNetwork::RevokeInvitation](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_revokeinvitation.md)
- [PartyManager::CreateNewNetwork](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_createnewnetwork.md)
