共用方式為


QEncodeGetRequiredLength

呼叫此函式來取得可包含從所指定大小的資料輸入之字串緩衝區的大小。

inline int QEncodeGetRequiredLength( 
   int nSrcLen, 
   int nCharsetLen  
) throw( );

參數

  • nSrcLen
    位元組數目要編碼的資料。

  • nCharsetLen
    在使用的字元集中的字元長度來轉換。

傳回值

對於可保留的緩衝區所需的字元數輸入 nSrcLen 個位元組的資料。

備註

「Q」編碼配置在 RFC 2047 中說明 (http://www.ietf.org/rfc/rfc2047.txt)。

需求

Header: atlenc.h

請參閱

參考

QEncode

其他資源

Active Template Library (ATL) 概念

ATL COM Desktop Components

ATL Functions Alphabetical Reference