Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Increments the tick count and returns the new tick count.
HRESULT GetCurrentTickCount(
ULONGLONG * pTickCount);
Parameters
- pTickCount
[out] Returns the new tick count of the replica.
Return Value
S_OK
Provider-determined error codes
Remarks
The tick count must be incremented on every call to this method.
Notes for Implementers
To ensure that the tick count is always increasing, a provider that represents a FeedSync feed must obtain the current tick count by calling IFeedSyncServices::GetCurrentTickCount and return a value that is equal to or greater than the value returned by this method.