Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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