AdsIsTableEncrypted

Advantage Client Engine

Returns the encrypted status of the specified table

Syntax

UNSIGNED32

AdsIsTableEncrypted ( ADSHANDLE hTable,

UNSIGNED16 *pusIsEncrypted );

Parameters

hTable (I)

Handle of a table.

pusIsEncrypted (O)

Returns True or False.

Remarks

Returns True if the header of the table indicates that the table is encrypted, otherwise returns False. Note that this function will return False even if all the records in the table are encrypted, but AdsEncryptTable was not previously used to encrypt the entire table.

Example

Click Here

See Also

AdsEnableEncryption

AdsEncryptTable

AdsDecryptTable

AdsDisableEncryption