Share via


IReplObjHandler::Setup

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

REPLSETUP