Contents Index db_init function ULChangeEncryptionKey function

UltraLite Embedded SQL User's Guide
  Embedded SQL Library Functions

ULActiveSyncStream function


Prototype 

ul_stream_defn ULActiveSyncStream( void );

Description 

Defines an ActiveSync stream suitable for synchronization.

The ActiveSync stream is available only on Windows CE devices.

Synchronization using ULActiveSyncStream must be initiated from the ActiveSync software. The application receives a message, which must be handled in its WindowProc function. You can use ULIsSynchronizeMessage to identify the message as an instruction to synchronize.

See also 

ULIsSynchronizeMessage function

ULSynchronize function

Synchronize method

ActiveSync synchronization stream parameters


Contents Index db_init function ULChangeEncryptionKey function