DestroyHWL 

2.0     

Destroys a handle to a handwriting-recognition word list.

int DestroyHWL( HWL hwl )

Parameters

hwl

Word list to destroy.

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.

 

Comments

After DestroyHWL returns HRCR_OK, the handle hwl is no longer valid. The application should set hwl to NULL to ensure it is not inadvertently used again.

See Also

CreateHWL