Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Requirements

Header: atlenc.h

Show: