IsECLBufferEncrypted
Indicates if the specified buffer is encrypted by ECLCompressAndEncryptBuffer function.
Unit
EasyCompression
function IsECLBufferEncrypted(buffer: PChar): Boolean;
Description
Call IsECLBufferEncrypted.to know if the specified buffer is encrypted by ECLCompressAndEncryptBuffer function, i.e. password protected.
This function returns True if the buffer is encrypted.
|