Advantage Client Engine
Returns the encrypted status of the specified table
UNSIGNED32 |
AdsIsTableEncrypted ( ADSHANDLE hTable, UNSIGNED16 *pusIsEncrypted ); |
hTable (I) |
Handle of a table. |
pusIsEncrypted (O) |
Returns True or False. |
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.