IReplStore::Initialize

This method initializes the IReplStore ActiveSync service provider.

At a Glance

Header file: Cesync.h
Windows CE versions: 2.0 and later

Syntax

HRESULT Initialize( IReplNotify * pReplNotify, UINT uFlags );

Parameters

pReplNotify

Pointer to the IReplNotify interface.

uFlags

Flags passed to the store by the ActiveSync service manager. It is one of the following values:

Value Description
ISF_SELECTED_DEVICE Set if the store is initialized for the selected device; otherwise, it is initialized for the connected device.
ISF_REMOTE_CONNECTED Set if the store is initialized during the remote connection; all user interface (UI) should be suppressed.

Return Values

NOERROR indicates success.

See Also

IReplStore