Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Xbox Studio interface for retrieving information about the events in an Xbox Event File (XEF).
interface IXStudioEvent : public IUnknown
IXStudioEvent has the following members.
| Name | Description | |
|---|---|---|
![]() |
GetData | Gets data associated with the event. |
![]() |
GetDataCount | Gets the count of data items associated with the event. |
![]() |
GetDataSize | Gets the size of the data associated with the event. |
![]() |
GetEventIndex | Gets the index of the event. |
![]() |
GetIndexBlob | Gets the index blob associated with the event. |
![]() |
GetStreamType | Gets the stream type of the event. |
![]() |
GetTick | Gets the tick count at the time event occurred. |
An new IXStudioEvent interface is returned by each GetNextEvent call.
When done using the interface, call Release.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).