Share via


IReplObjHandler::Setup (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

HRESULT Setup(
  PREPLSETUP pSetup
);

Parameters

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

Return Value

An appropriate HRESULT value is returned.

Remarks

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

Requirements

Header cesync.h
Library coredll.lib
Windows Embedded CE Windows CE 2.0 and later

See Also

Reference

IReplObjHandler
REPLSETUP