GetExtendedChars
文字列に含まれる拡張文字の数を取得します。
inline int GetExtendedChars(
LPCSTR szSrc,
int nSrcLen
) throw( );
パラメーター
szSrc
The string 分析されます。nSrcLen
リテラル文字列の長さ。
戻り値
IsExtendedCharによって決定される文字列内で見つかった拡張文字数を返します。
必要条件
ヘッダー: atlenc.h
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
文字列に含まれる拡張文字の数を取得します。
inline int GetExtendedChars(
LPCSTR szSrc,
int nSrcLen
) throw( );
szSrc
The string 分析されます。
nSrcLen
リテラル文字列の長さ。
IsExtendedCharによって決定される文字列内で見つかった拡張文字数を返します。
ヘッダー: atlenc.h