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

# PartyInvitation::GetInvitationConfiguration

> Gets this invitation's configuration.

Gets this invitation's configuration.

## Syntax

```cpp theme={null}
PartyError GetInvitationConfiguration(  
    const PartyInvitationConfiguration** configuration  
)  
```

### Parameters

**`configuration`**   [PartyInvitationConfiguration\*\*](/services/playfab/multiplayer/networking/reference/structs/partyinvitationconfiguration)\
*library-allocated output*

The output configuration of this invitation.

### Return value

PartyError

`c_partyErrorSuccess` if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via [PartyManager::GetErrorMessage()](/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_geterrormessage).

## Remarks

The memory for the [PartyInvitationConfiguration](/services/playfab/multiplayer/networking/reference/structs/partyinvitationconfiguration) and all memory it references are valid for the lifetime of the invitation object.

## Requirements

**Header:** Party.h

## See also

[PartyInvitation](/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/partyinvitation)\
[PartyInvitationConfiguration](/services/playfab/multiplayer/networking/reference/structs/partyinvitationconfiguration)


## Related topics

- [PartyInvitationConfiguration](/services/playfab/multiplayer/networking/reference/structs/partyinvitationconfiguration.md)
- [PartyManager::SerializeNetworkDescriptor](/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_serializenetworkdescriptor.md)
- [PartyNetwork::GetNetworkDescriptor](/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_getnetworkdescriptor.md)
- [PartyInvitation](/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/partyinvitation.md)
- [PartyInvitation::GetCustomContext](/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/methods/partyinvitation_getcustomcontext.md)
