IXStudioEvent::GetDataCount Method

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

Syntax

public:
UINT32 GetDataCount()  

Return value

Type: UINT32 

Count of data items associated with the event.

Remarks

Currently, GetDataCount returns 4 instead of the actual value of 1. There is only 1 data buffer available in the event.

Requirements

Header: Declared in xstudio.h.

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