Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets the next event from the file.
public:
HRESULT GetNextEvent(
IXStudioEvent **ppEvent
)
ppEvent
Type: IXStudioEvent **
[out] Pointer to an IXStudioEvent pointer that receives the event interface.
Type: HRESULTÂ
S_OK if successful; an error code otherwise.
Use the returned IXStudioEvent interface to query event information such as its size, index, and associated data.
When done using the event interface, call Release.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).