Share via


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);

Parameters

  • pSimpleSyncSessionState
    [in] The current status of the corresponding session.

Return Value

  • S_OK

  • Provider-determined error codes

See Also

Reference

ISimpleSyncProvider Interface