AdsIsEncryptionEnabled

Advantage Client Engine

Returns the current encryption status for the specified table.

Syntax

UNSIGNED32

AdsIsEncryptionEnabled( ADSHANDLE hTable,

UNSIGNED16 *pusIsEnabled );

Parameters

hTable (I)

Handle of a table.

pusIsEnabled (O)

Returns True or False

Remarks

This function returns True if encryption is enabled on the specified table via AdsEnableEncryption. False is returned if encryption has not been enabled. When encryption is enabled, updated records will be written to the table in encrypted format.

Example

Click Here

See Also

AdsEnableEncryption

AdsDisableEncryption

AdsIsRecordEncrypted

AdsEncryptRecord

AdsDecryptRecord