fpSetTimeout()
(Out-of-process only) 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. |
Discussion
If the out-of-process extraction times out, KeyView shuts down the out-of-process process, which may take some additional time before the function returns.
Returns
- If the call is successful, the return value is
TRUE
. - If the call is unsuccessful, the return value is
FALSE
.