Поделиться через


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

См. также

Основные понятия

ATL Concepts

ATL Reference

ATL Functions Alphabetical Reference

IsExtendedChar