Initialize and connect an instance of the spell check client.
#include <spellcheck_client.h>
spellcheck_context_t* spellcheck_init(void)
BlackBerry 10.0.0
The spellcheck_init() function initializes the spell check client and connects it with the application for use. This also allocates memory to a spellcheck_context_t structure for use in the spellcheck_check_spelling(), spellcheck_get_suggestions(), and spellcheck_destroy() functions. Destroy all spellcheck_context_t structures no longer needed by using the spellcheck_destroy() function to prevent memory leaks.
A spellcheck_context_t structure to be used by the spell check client instance, or NULL if failure.