Windows CE provides a spelling checker engine. Unlike the Help engine, the spelling checker is integrated into the Windows CE operating system as a module. Also unlike the Help engine, the spelling checker does not have any UI. Instead, your application passes text strings directly to the spelling checker. The spelling checker searches supplied dictionaries and returns suggestions for correct spelling. You must decide how to display this data to users.
Use the call to SplInit to add any user-defined spelling dictionaries and to initialize user settings.