IXStudioEvent::GetTick Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets the tick count at the time event occurred.

Syntax

public:
UINT64 GetTick()  

Return value

Type: UINT64 

Tick count at the time the event occurred.

Requirements

Header: Declared in xstudio.h.

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

See also

IXStudioEvent Interface