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( KVFilterSession session, long lTimeout );
Arguments
session
|
A KeyView Filter session that you initialized by calling fpInit(). |
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
.