ISimpleSyncProvider::EndSession

Called by the Sync Framework runtime at the end of each session unless a session is ended because of an error.


HRESULT EndSession(
  ISimpleSyncSessionState *pSimpleSyncSessionState);

pSimpleSyncSessionState

[in] The current status of the corresponding session.

  • S_OK

  • Provider-determined error codes

Show: