UltraLite User's Guide
The Embedded SQL Interface
Library function reference
ul_bool ULSaveEncryptionKey(
ul_char * key,
ul_u_long * creator,
ul_u_long * feature-num );
On the Palm Computing Platform the encryption key is saved in dynamic memory as a Palm feature. Features are indexed by creator and a feature number. They are not backed up and are cleared on any reset of the device.
This function saves the encryption key in Palm dynamic memory.
key A pointer to the encryption key.
creator A pointer to the creator ID of the feature holding the encryption key. A value of NULL is the default.
feature-num A pointer to the feature number holding the encryption key. A value of NULL uses the UltraLite default, which is feature number 100.
true if the operation is successful.
false if the operation is unsuccessful.
ULRetrieveEncryptionKey function
Using the encryption key on the Palm Computing Platform