GetAlphabetPriorityHRC 

2.0     

Retrieves the alphabet priority used in a handwriting recognition context HRC.

int GetAlphabetPriorityHRC( HRC hrc, LPALC lpalc, LPBYTE rgbfalc )

Parameters

hrc

Handle to the HRC object.

lpalc

Address of an ALC type that will be filled with the current ALC_ priority values.

rgbfalc

Address of a 256-bit (32-byte) buffer whose bits map to ANSI single-byte characters, or NULL if this information is not required.

Return Value

Returns HRCR_OK if successful; otherwise, returns one of the following negative values:

Constant

Description

HRCR_ERROR

Invalid parameter or other error.

HRCR_MEMERR

Insufficient memory.

HRCR_UNSUPPORTED

The recognizer does not support this function.

 

For a description of how a recognizer uses alphabet priority, see  Configuring the HRC  in Chapter 5,  The Recognition Process. 

See Also

GetAlphabetHRC, SetAlphabetPriorityHRC