IFeedClockVectorElement::GetSyncTime

Gets a SYNC_TIME value that corresponds to the when value for the item.

Syntax

HRESULT GetSyncTime(
  SYNC_TIME* pSyncTime);

Parameters

  • pSyncTime
    [out] Returns a SYNC_TIME value that corresponds to the when value for the item.

Return Value

  • S_OK

  • E_POINTER

Remarks

The SYNC_TIME structure is a packed date-and-time value that can store years between 1601 and 67136, and times that are accurate to the millisecond.

See Also

Reference

IFeedClockVectorElement Interface

SYNC_TIME Structure