GetExtendedChars
Call this function to get the number of extended characters in a string.
inline int GetExtendedChars(
LPCSTR szSrc,
int nSrcLen
) throw( );
szSrc
The string to be analyzed.nSrcLen
The length of the string in characters.
Returns the number of extended characters found within the string as determined by IsExtendedChar.
Header: atlenc.h