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