IXStudioEvent::GetDataSize Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets the size of the data associated with the event.

Syntax

public:
UINT32 GetDataSize()  

Return value

Type: UINT32 

Size, in bytes, of the data associated with the event.

Remarks

The returned size is the sum of the sizes of all data buffers in the event, excluding the index blob.

Requirements

Header: Declared in xstudio.h.

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

See also

IXStudioEvent Interface