LoadCachedAttributes function (recapis.h)

Loads the cached attributes of a recognizer.

Syntax

HRESULT LoadCachedAttributes(
  CLSID      clsid,
  RECO_ATTRS *pRecoAttributes
);

Parameters

clsid

The CLSID of the recognizer. This value is created in the registry when you register the recognizer.

pRecoAttributes

Pointer to the recognizer attributes.

Return value

This function can return one of these values.

Return code Description
S_OK
Success.
E_POINTER
The parameter is an invalid pointer.
E_FAIL
An unspecified error occurred.
E_INVALIDARG
An invalid argument was received.

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