Share via


IReplObjHandler::Setup

This method sets up the ActiveSync service provider so it is ready to serialize or deserialize an object.

HRESULT Setup(
  PREPLSETUP pSetup
);

Parameters

  • pSetup
    [in] Pointer to a REPLSETUP structure, which contains information about the object to be serialized or deserialized.

Return Values

An appropriate HRESULT value is returned.

Remarks

Setup is called once per object. Necessary data is stored in the passed REPLSETUP structure.

Requirements

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

See Also

REPLSETUP

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.