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 codes of ABBYY FineReader Engine functions.
See also
9/17/2024 3:14:40 PM