XStudioBufferAndSizeConst Structure

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Specifies the size and address of an Xbox Studio data buffer.

Syntax

struct XStudioBufferAndSizeConst {
    void *pBuffer;
    UINT32 Size;
};  

Members

pBuffer
Pointer to the data buffer.

Size
Size, in bytes, of the buffer pointed to by pBuffer.

Requirements

Header: Declared in xstudio.h.

Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).