Share via


IFeedSyncServices::GetCurrentTickCount

Increments the tick count for the knowledge of the loaded feed and returns the updated tick count.

HRESULT GetCurrentTickCount(
  ULONGLONG * pullCurrentTickCount);

Parameters

  • pullCurrentTickCount
    [out, retval] Returns the updated tick count of the loaded feed.

Return Value

Remarks

pullCurrentTickCount will be set to 1 when no feed has been loaded by a prior call to IFeedSyncServices::LoadFeed.

See Also

Reference

IFeedSyncServices Interface