The IReplObjHandler::DeleteObj method informs the ActiveSync service provider that an object should be deleted.
HRESULT DeleteObj(
PREPLSETUP pSetup
);
Header file: | Cesync.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
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 given REPLSETUP structure.