QPDecodeGetRequiredLength
quoted-printable にエンコードされた指定長の文字列からデコードされたデータを格納できるバッファーのサイズを、バイト単位で取得します。
構文
inline int QPDecodeGetRequiredLength(
int nSrcLen
) throw( );
パラメーター
- nSrcLen
エンコードされた文字列の文字数。
戻り値
nSrcLen の文字のデコードされた文字列を保持できるバッファーに必要なバイト数。
解説
quoted-printable エンコーディング スキームについては、IETF の RFC 2045 (http://www.ietf.org/rfc/rfc2045.txt) を参照してください。
必要条件
ヘッダー: atlenc.h
参照
ATL (Active Template Library) の概念
ATL COM デスクトップ コンポーネント
ATL 関数リファレンス (アルファベット順)
QPDecode
QPEncode
QPEncodeGetRequiredLength