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