IReplStore::Initialize

Note   This interface is not supported on Windows CE 3.0-based platforms.

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 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.

Requirements

Runs On Versions Defined in Include Link to
Windows CE OS 2.0 and later Cesync.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

IReplNotify, IReplStore

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.