SplQuit

This function is called by an application to end a spelling session and frees all resources that the SplInit function allocated for a spelling session.

At a Glance

Header file: Splapi.h
Windows CE versions: 2.10 and later

Syntax

int SplQuit ( HSPL hspl );

Parameters

hspl

Handle to the spelling session. An application initiates a spelling session by calling the SplInit function, which then generates this handle.

Return Values

1 indicates success. 0 indicates failure.

Remarks

SplQuit saves external user dictionaries and removes the internal user dictionaries.

See Also

SplInit