XSTUDIO_TICKS_PER_SECOND Field

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.

Number of ticks per second. A single tick represents a unit of time equal to one hundred nanoseconds or one ten-millionth of a second (100 ns or 1E-07 s).”

Syntax

UINT64 XSTUDIO_TICKS_PER_SECOND = 10*1000*1000  

Remarks

XStudio uses a 100-nanosecond tick interval on all platforms. This matches the WIN32 FILETIME structure, as well as the managed TimeSpan.

Requirements

Header: Declared in xstudio.h.

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