CloseHandle Method of the Handle Object
This method releases the resource. This is a supplementary method, there is no need to call it before releasing the Handle object. If you release the Handle object, the resource is released automatically.
Syntax
C++
HRESULT CloseHandle();
C#
void CloseHandle();
Visual Basic .NET
Sub CloseHandle();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30