Definitions in spellcheck_client.h

Preprocessor macro definitions for the spellcheck_client.h header file in this library.

Definitions:

#define SPELLCHECK_VERSION (1000000)
The version of the spell check library.

The version number is computed as follows: (Major * 1000000) + (Minor * 1000) + Patch

Since: BlackBerry 10.0.0

#define SPELLCHECK_VERSION_STRING "1.0.0"
The version of the spell check library as a string.

Since: BlackBerry 10.0.0

#define SPELLCHECK_CHECK_SPELLING_SUCCESS (0)
A return code that indicates that a function completed successfully.

Since: BlackBerry 10.0.0

#define SPELLCHECK_FAILURE (-1)
A return code that indicates that a function did not complete successfully.

When the errno value is set, it indicates the reason for the failure.

Since: BlackBerry 10.0.0

Library:

libspellcheck_client (For the qcc command, use the -l spellcheck_client option to link against this library)