IReplStore::Initialize

The IReplStore::Initialize method initializes the IReplStore ActiveSync service provider.

Syntax

HRESULT Initialize(
    IReplNotify *
pReplNotify
    
UINT uFlags
);

At a Glance

Header file: Cesync.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

pReplStatus
Pointer to the IReplNotify interface. This parameter must be 0.
uFlags
flags passed to the store by the ActiveSync service manager.

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 UI should be suppressed.

Return Values

NOERROR
The operation was successful.

See Also

IReplStore