SecureBlackbox 2020 C++ Edition

Questions / Feedback?

CompressionLevel Property

Compression level to apply (1-9).

Syntax

ANSI (Cross Platform)
int GetCompressionLevel();
int SetCompressionLevel(int iCompressionLevel); Unicode (Windows) INT GetCompressionLevel();
INT SetCompressionLevel(INT iCompressionLevel);
@property (nonatomic,readwrite,assign,getter=compressionLevel,setter=setCompressionLevel:) int compressionLevel;
- (int)compressionLevel;
- (void)setCompressionLevel:(int)newCompressionLevel;
#define PID_MESSAGECOMPRESSOR_COMPRESSIONLEVEL 1

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_MessageCompressor_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_MessageCompressor_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

6

Remarks

Use this property to specify the compression level to use, from 1 (the lightest, but quickest) to 9 (the best, but the slowest).

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]