GetMaxResultsHRC 

2.0     

Gets the maximum number of recognition results that a recognizer can generate in the current handwriting recognition context HRC object.

int GetMaxResultsHRC( HRC hrc )

Parameters

hrc

Handle to the HRC object.

Return Value

If successful, returns the maximum number of recognition results as a positive number; otherwise, returns one of the following negative values:

Constant

Description

HRCR_ERROR

Invalid parameter or other error.

HRCR_MEMERR

Insufficient memory.

 

Comments

The default maximum number of results a recognizer can return is 1. An application must call SetMaxResultsHRC1AOCS_ to set a different maximum value.

See Also

SetMaxResultsHRC