Share via


IReplStore::Initialize

This method initializes the IReplStore ActiveSync service provider.

HRESULT Initialize(
  IReplNotify* pReplNotify,
  UINT uFlags
);

Parameters

  • pReplNotify
    Pointer to the IReplNotify interface.
  • uFlags
    Flags passed to the store by the ActiveSync 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

Returns NOERROR if the method completed successfully, otherwise returns HRESULT_FROM_WIN32.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.

See Also

IReplNotify | IReplStore

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.