Discuss this help topic in SecureBlackbox Forum
Decompresses a piece of data.
Declaration
Parameters
- InBuffer - buffer with compressed data.
- InSize - the size of the compressed data in bytes.
- OutBuffer - buffer where the decompressed data will be saved.
- OutSize - the size of the decompressed data.
- InStream - stream containing compressed data.
- OutStream - stream where the decompressed data should be stored.
- InCount - number of bytes to be read from InStream.
- InStartIndex - position in InStream at which to start reading.
- OutStartIndex - position in Out Stream at which to start writing the decompressed data.
Return value
0 if decompression was successful, and an error code otherwise.
Possible values:
Description
Use this method to decompress a PKCS#7 CompressedData structure.
Discuss this help topic in SecureBlackbox Forum