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

# PartyDataBuffer

> データ バッファー。

データ バッファー。

## 構文

```cpp theme={null}
struct PartyDataBuffer {  
    const void* buffer;  
    uint32_t bufferByteCount;  
}  
```

### メンバー

**`buffer`**   const void\*\
*サイズ `bufferByteCount` バイトのバッファー*

データ バッファー。

**`bufferByteCount`**   uint32\_t

バッファーのバイト単位のサイズ。

## 要件

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

## 関連項目

[Party メンバー](/services/playfab/multiplayer/networking/reference/party_members)


## Related topics

- [PartyDataBuffersReturnedStateChange](/ja-jp/services/playfab/multiplayer/networking/reference/structs/partydatabuffersreturnedstatechange.md)
- [PartyLocalChatControl::SendText](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_sendtext.md)
- [PartyAudioManipulationSourceStream::ReturnBuffer](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyAudioManipulationSourceStream/methods/partyaudiomanipulationsourcestream_returnbuffer.md)
- [PartyAudioManipulationSinkStream::SubmitBuffer](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyAudioManipulationSinkStream/methods/partyaudiomanipulationsinkstream_submitbuffer.md)
- [PartyEndpoint::GetSharedProperty](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyEndpoint/methods/partyendpoint_getsharedproperty.md)
