IReplObjHandler::Reset

This method prompts the ActiveSync service provider to reset or free any resources used during the serialization or deserialization of an object.

At a Glance

Header file: Cesync.h
Windows CE versions: 2.0 and later

Syntax

HRESULT Reset( PREPLSETUP pSetup );

Parameters

pSetup

Pointer to a REPLSETUP structure.

Return Values

NOERROR indicates success.

Remarks

The IReplObjHandler::Reset method is called once per object.

See Also

IReplObjHandler::Setup