DestroyContext function (recapis.h)

Destroys a recognizer context.

Syntax

HRESULT DestroyContext(
  HRECOCONTEXT hrc
);

Parameters

hrc

Handle to the recognizer context.

Return value

This function can return one of these values.

Return code Description
S_OK
Success.
E_INVALIDARG
One of the arguments is invalid.
E_POINTER
The parameter is an invalid pointer.
E_FAIL
An unspecified error occurred.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps | UWP apps]
Minimum supported server None supported
Target Platform Windows
Header recapis.h
DLL inkobjcore.dll