Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Call this function to get the size in bytes of a buffer that could contain data decoded from a uuencoded string of the specified length.
inline int UUDecodeGetRequiredLength(
int nSrcLen
) throw( );
Parameters
- nSrcLen
The number of characters in the encoded string.
Return Value
The number of bytes required for a buffer that could hold a decoded string of nSrcLen characters.
Remarks
This uuencoding implementation follows the POSIX P1003.2b/D11 specification.
Requirements
Header: atlenc.h