ISyncSession::RegisterCallback
Represents a callback interface that the ISyncSession object can use to report events that occur during synchronization.
Syntax
HRESULT RegisterCallback(
ISyncCallback *pCallback);
Parameters
- pCallback
[in] A callback interface that the ISyncSession object can use to report events that occur during synchronization.
Return Value
S_OK
E_POINTER