SECCTEBase::EndEncode
intSECCTEBase::EndEncode(BYTE*pOutBuffer, intnOutLength)
Calling EndEncode instructs the encoder that the input data stream is complete. This will write the encoded data to the output buffer.
Defined in: XMLCTEb64qp.h
Return Value
Returns the length in bytes of the encoded data.
Parameters
pOutBuffer
The output buffer onto which the encoded data is to be copied.
nOutLength
The size of the output buffer.