IXStudioPlayback::GetTickRange Method

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 playback.

Syntax

public:
HRESULT GetTickRange(
         UINT64 *pStartTick,
         UINT64 *pEndTick
)  

Parameters

pStartTick
Type: UINT64 *

[out] Pointer to a UINT64 variable that receives the start tick count of the playback.

pEndTick
Type: UINT64 *

[out] Pointer to a UINT64 variable that receives the end tick count of the playback.

Return value

Type: HRESULT 

S_OK if successful; an error code otherwise.

Requirements

Header: Declared in xstudio.h.

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