This method informs the ActiveSync service provider that an object should be deleted.
At a Glance
Header file: | Cesync.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESULT DeleteObj( PREPLSETUP pSetup );
Parameters
pSetup
Pointer to a REPLSETUP structure.
Return Values
NOERROR indicates success.
Remarks
The IReplObjHandler::DeleteObj method is called whenever the ActiveSync service manager determines that an object needs to be deleted. Note that Setup and Reset are not called before and after this method. The ActiveSync service provider should delete the object specified in the specified REPLSETUP structure.
See Also