Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A data buffer.
Syntax
struct PartyDataBuffer {
const void* buffer;
uint32_t bufferByteCount;
}
Members
buffer const void*
buffer of size bufferByteCount bytes
The data buffer.
bufferByteCount uint32_t
The size of the buffer in bytes.
Requirements
Header: Party.h