This method sets up the ActiveSync service provider so it is ready to serialize or deserialize an object.
At a Glance
Header file: | Cesync.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESULT Setup( PREPLSETUP pSetup );
Parameters
pSetup
Pointer to a REPLSETUP structure, which contains information about the object to be serialized or deserialized.
Return Values
An appropriate HRESULT value is returned.
Remarks
The IReplObjHandler::Setup method is called once per object. Necessary data is stored in the passed REPLSETUP structure.
See Also