Table of Contents

GetUSecTime

Obtains the current time in microseconds.

Synopsis

int32 GetUSecTime (Item ioreq, uint32 *seconds, uint32 *useconds)

Description

Obtains the current value of the system microsecond timer and stores the results at *seconds and *useconds. Either pointer can be NULL if you don't need that part of the result.

Arguments

Return Value

The high-order portion of the time (full seconds, a positive value), or a negative error code.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, timerutils.h

See Also

''%%GetTimerIOReq%%''