Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets the start and end tick counts of the events in the file.
public:
HRESULT GetTickRange(
UINT64 *pStartTick,
UINT64 *pEndTick
)
pStartTick
Type: UINT64 *
[out] Pointer to a UINT64 variable that receives the start tick count of the first event.
pEndTick
Type: UINT64 *
[out] Pointer to a UINT64 variable that receives the end tick count of the last event.
Type: HRESULT
S_OK if successful; an error code otherwise.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).