AtlHexDecodeGetRequiredLength
呼叫此函式來取得大小可以包含從所指定長度的十六進位編碼字串解碼的資料緩衝區中的位元組數。
inline int AtlHexDecodeGetRequiredLength(
int nSrcLen
) throw( );
參數
- nSrcLen
字元數編碼的字串。
傳回值
對於可保留 nSrcLen 字元解碼的字串緩衝區所需的位元組數目。
需求
Header: atlenc.h
呼叫此函式來取得大小可以包含從所指定長度的十六進位編碼字串解碼的資料緩衝區中的位元組數。
inline int AtlHexDecodeGetRequiredLength(
int nSrcLen
) throw( );
對於可保留 nSrcLen 字元解碼的字串緩衝區所需的位元組數目。
Header: atlenc.h