Share via


IReplObjHandler

The IReplObjHandler interface provides methods that enable the serialization and deserialization of an object.

Methods in Vtable Order

IReplObjHandler methods Description
Setup Sets up the ActiveSync service provider to serialize or deserialize an object.
Reset Prompts the ActiveSync service provider to reset or free any resources used during the serialization or deserialization of an object.
GetPacket Implemented by the ActiveSync service provider to deserialize an object into one or more packets, which are sent between the Windows Mobile–based device and the desktop computer by the service provider.
SetPacket Implemented by the ActiveSync service provider to serialize one or more packets into an object.
DeleteObj Informs the ActiveSync service provider that an object should be deleted.

Remarks

Any object can be deserialized into one or more data packets of any size. An ActiveSync service provider determines the number of packets and their sizes. These packets are exchanged between the Windows Mobile–based device and the desktop computer. The packets are received in the same order as they are sent, and the receiver can then serialize the packets back into an object.

Requirements

Pocket PC: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None

See Also

ActiveSync API Interfaces

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.