GetExtendedChars

Call this function to get the number of extended characters in a string.

inline int GetExtendedChars(
   LPCSTR szSrc,
   int nSrcLen 
) throw( );

Parameters

  • szSrc
    The string to be analyzed.

  • nSrcLen
    The length of the string in characters.

Return Value

Returns the number of extended characters found within the string as determined by IsExtendedChar.

Requirements

Header: atlenc.h

See Also

Reference

IsExtendedChar

Other Resources

ATL Concepts

ATL Reference

ATL Functions Alphabetical Reference