IReplObjHandler::DeleteObj

The IReplObjHandler::DeleteObj method informs the ActiveSync service provider that an object should be deleted.

Syntax

HRESULT DeleteObj(
    PREPLSETUP
pSetup
);

At a Glance

Header file: Cesync.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

pSetup
Pointer to a REPLSETUP structure.

Return Values

NOERROR
The operation was successful.

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 given REPLSETUP structure.

See Also

IReplObjHandler