GetWordlistCoercionHRC
- 0      
 
Retrieves the current word list coercion setting in a handwriting-recognition
context 
HRC.
int GetWordlistCoercionHRC( HRC hrc )
Parameters
hrc
Handle to the 
HRC object.
Return Value
If successful, returns one of the following values:
Constant
  | Description
  | 
SCH_ADVISE
  | The word list is a hint to the recognizer, and results are not strongly
coerced to match the word list.
  | 
SCH_FORCE
  | If results do not match the word list, the closest fit is returned.
  | 
SCH_NONE
  | Do not coerce. This flag can be used to turn off a previous request.
  | 
  
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.
  | 
  
See Also
SetWordlistCoercionHRC
			
				- Software for developers
				
 - 
				Delphi Components
				.Net Components
				Software for Android Developers
				 - More information resources
				
 - 
				MegaDetailed.Net
				Unix Manual Pages
				Delphi Examples