ISyncSession::RegisterCallback

Represents a callback interface that the ISyncSession object can use to report events that occur during synchronization.

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

See Also

Reference

ISyncSession Interface