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.
QPEncodeGetRequiredLength
Call this function to get the size in characters of a buffer that could contain a string encoded from data of the specified size.
inline int QPEncodeGetRequiredLength(
int nSrcLen
) throw( );
- nSrcLen
The number of bytes of data to be encoded.
The number of characters required for a buffer that could hold encoded data of nSrcLen bytes.
The quoted-printable encoding scheme is described in RFC 2045 (http://www.ietf.org/rfc/rfc2045.txt).
Requirements
Header: atlenc.h
Show: