IReplObjHandler::Setup

The IReplObjHandler::Setup method sets up the ActiveSync service provider so it's ready for an object.

Syntax

HRESULT Setup(
PREPLSETUP
pSetup
);

At a Glance

Header file: Cesync.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

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

Remarks

The IReplObjHandler::Setup method is called once per object. Necessary data is stored in the passed REPLSETUP structure.

See Also

REPLSETUP