ATL
Expand Minimize
This topic has not yet been rated - Rate this topic

UUEncodeGetRequiredLength

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 UUEncodeGetRequiredLength(
   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.

This uuencoding implementation follows the POSIX P1003.2b/D11 specification.

Header: atlenc.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.