NextWorkSet Method of the VerificationSession Object
This method allows you to receive the next work set of the verification session.
Syntax
Visual Basic .NET
Function NextWorkSet() As VerificationWorkSet
C++
HRESULT NextWorkSet( IVerificationWorkSet** result );
Parameters
- result
- [out, retval] A pointer to the IVerificationWorkSet* variable that receives the interface pointer for the verification work set.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM