Skip to main content
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

Handle