TimerServicesOpen

Opens a connection to a running TimerServices thread.

Synopsis

Err TimerServicesOpen (void)

Description

Establishes your task's connection to a TimerServices thread started by some other task. After a successful return from this function your task and all its child threads can use timer services.

Return Value

Zero on success or a negative error code.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, timerutils.h

See Also

TimerServicesStartup