This function retrieves the error tolerance for the spelling session.
At a Glance
Header file: | Splapi.h |
Windows CE versions: | 2.10 and later |
Syntax
int SplLimitGet( HSPL hspl, DWORD *pdw );
Parameters
hspl
Handle to the spelling session.
pdw
Pointer to the DWORD that represents the error tolerance for the spelling session.
Return Values
1 indicates success. 0 indicates failure.
Remarks
The spelling error tolerance is a limit that an application’s automatic replace feature can use. When a misspelling exceeds the error tolerance, the spelling checker does not return suggestions for the misspelled word. Use the SplLimitSet function to set the error tolerance.
See Also