TocEntry.getStartStopTimes

Get start and stop values from the entry and write them into appropriate storages.

class TocEntry
int
getStartStopTimes
(
out long start
,
out long stop
)

Parameters

start long

the storage for the start value, leave NULL if not need. out

stop long

the storage for the stop value, leave NULL if not need. out

Return Value

Type: int

TRUE if all non-NULL storage pointers were filled with appropriate values, FALSE otherwise.

Meta