This function specifies the length of time that should elapse before assuming that out-of-process extraction has stopped responding.
BOOL pascal fpSetExtractionTimeout( void *pContext,
long lTimeout );
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData() . |
lTimeout
|
The length of time, in seconds, that must elapse before assuming that out-of-process extraction has stopped responding. |
If the call is successful, the return value is TRUE
.
If the call is unsuccessful, the return value is FALSE
.
If this API is not used in out-of-process mode, the filter timeout duration is used on the fpOpenFile() call. See fpSetTimeout().
/* set extraction timeouts to 10 minutes */ if (FALSE == extractInterface->fpSetExtractionTimeout(pContext, 600)) { /* could not set the extraction timeout */ }_FT_HTML5_bannerTitle.htm