IReplNotify::OnItemCompleted

The IReplNotify::OnItemCompleted method is used internally by the ActiveSync service manager. An ActiveSync service provider should never call this method explicitly.

Syntax

HRESULT OnObjectCompleted(
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.

See Also

IReplNotify