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
S_OK
E_INVALIDARG
E_OUTOFMEMORY
SYNC_E_INVALID_OPERATION if IFeedSyncServices::Initialize was not called.
Remarks
pullCurrentTickCount will be set to 1 when no feed has been loaded by a prior call to IFeedSyncServices::LoadFeed.