Contents Index ULResetLastDownloadTime function ULRevokeConnectFrom function pdf/preface.pdf

UltraLite User's Guide
  The Embedded SQL Interface
    Library function reference

ULRetrieveEncryptionKey function


Prototype 

ul_bool ULRetrieveEncryptionKey( 
ul_char * key,
ul_u_short len,
ul_u_long * creator,
ul_u_long * feature-num  );

Description 

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.

This function retrieves the encryption key from memory.

Parameters 

key    A pointer to a buffer in which to hold the retrieved encryption key.

len    The length of the buffer that holds the encryption key with a terminating null character.

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.

Returns 
See also 

ULClearEncryptionKey function

ULSaveEncryptionKey function

Using the encryption key on the Palm Computing Platform


Contents Index ULResetLastDownloadTime function ULRevokeConnectFrom function pdf/preface.pdf