CharNextExA,CharPrevExA
Functional Difference from WIN95
N/A
Functional Difference from SBCS Open32
New
Implementation
This function reads a string based on the specified code page, and poins a next or previous character to the specified character. CharPrevExA returns the same pointer if the specified pointer points the top of the string. And both function get DBCS lead bytes range table for the specified codepage by UniQueryUconvObject. And CharNextExA returns the pointer 2 bytes ahead, if the specified pointer points the DBCS lead byte character. Otherwise, it returns the ointer 1 byte ahead. CharPrevExA gets the poin ter points the previous character not to be DBCS trail byte.