ISyncSession::RegisterCallback

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


HRESULT RegisterCallback( 
  ISyncCallback *pCallback);

pCallback

[in] A callback interface that the ISyncSession object can use to report events that occur during synchronization.

  • S_OK

  • E_POINTER

Show: