Share via


IReplObjHandler::Setup (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.