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.
struct XStudioBufferAndSizeConst {
void *pBuffer;
UINT32 Size;
};
pBuffer
Pointer to the data buffer.
Size
Size, in bytes, of the buffer pointed to by pBuffer.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).