fpSetTimeout()
This function specifies the length of time that should elapse before assuming that the filtering process has stopped responding.
Syntax
BOOL pascal fpSetTimeout( void *pContext, long lTimeout );
Arguments
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
lTimeout
|
The length of time, in seconds, that must elapse before assuming that the filtering process has stopped responding. |
Returns
- If the call is successful, the return value is
TRUE
. - If the call is unsuccessful, the return value is
FALSE
.