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

# PartyXbl GetCrossNetworkCommunicationPrivacySetting

> Gets the cross-network communication privacy setting for this chat user.

Gets the cross-network communication privacy setting for this chat user.

## Syntax

```cpp theme={null}
PartyError GetCrossNetworkCommunicationPrivacySetting(  
    PartyXblCrossNetworkCommunicationPrivacySetting* setting  
)  
```

### Parameters

**`setting`**   [PartyXblCrossNetworkCommunicationPrivacySetting\*](/services/playfab/multiplayer/networking/xblreference/enums/partyxblcrossnetworkcommunicationprivacysetting)\
*output*

The output cross-network communication privacy setting.

### 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 [PartyXblManager::GetErrorMessage()](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblManager/methods/partyxblmanager_geterrormessage).

## Remarks

A cross-network user is defined as a user of a non-XBOX Live gaming network.

## Requirements

**Header:** PartyXboxLive.h

## See also

[PartyXblLocalChatUser](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/partyxbllocalchatuser)


## Related topics

- [PartyXblCrossNetworkCommunicationPrivacySetting](/services/playfab/multiplayer/networking/xblreference/enums/partyxblcrossnetworkcommunicationprivacysetting.md)
- [PartyXblLocalChatUser](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/partyxbllocalchatuser.md)
- [XBOX Live helper library for PlayFab Party](/services/playfab/multiplayer/networking/party-xbox-live-guide.md)
- [PlayFab Party XBOX Live Helper Release Notes](/services/playfab/multiplayer/networking/party-xboxlive-relnotes.md)
- [PartyXboxLive C/C++ API overview](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members.md)
