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).”
UINT64 XSTUDIO_TICKS_PER_SECOND = 10*1000*1000
XStudio uses a 100-nanosecond tick interval on all platforms. This matches the WIN32 FILETIME structure, as well as the managed TimeSpan.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).