<< Previous | Next >>

DelayMs

int DelayMs( long delayms );

Description

Millisecond time mechanism for the costatement waitfor constructs. The initial call to this function starts the timing. The function returns zero and continues to return zero until the number of milliseconds specified has passed.

Parameters

delayms
The number of milliseconds to wait.

Return value

1: The specified number of milliseconds have elapsed.
0: The specified number of milliseconds have not elapsed.

Library

COSTATE.LIB


Dynamic C Functions << Previous | Next >> rabbit.com