AdsIsRecordEncrypted

Advantage Client Engine

Returns the encrypted status of the current record

Syntax

UNSIGNED32

AdsIsRecordEncrypted (ADSHANDLE hTable,

UNSIGNED16 *pusIsEncrypted);

Parameters

hTable (I)

Handle of a table or cursor

pusIsEncrypted (O)

Returns True or False

Remarks

AdsIsRecordEncrypted will return True if the current record is encrypted. It will return False if the record is not encrypted.

Example

Click Here

See Also

AdsEnableEncryption

AdsDisableEncryption

AdsEncryptRecord

AdsDecryptRecord