|
LPC Library Functions: find_call_out |
|
NAMEfind_call_out() - find the next scheduled call out for a given function
SYNOPSISint find_call_out( string func ): int find_call_out( string func | int x ):
DESCRIPTIONFind the first call out due to be executed for function 'func' and return the number of seconds remaining until 'func' will be executed. If no call out for the given function is found, find_call_out() returns -1. If the driver flag CALL_OUT_HANDLES is defined, then the second form of find_call_out() is available. In the second form, 'x' is a call out handle generated from the initial call_out() call.
SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|