IFeedClockVectorElement::GetSyncTime

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


HRESULT GetSyncTime(
  SYNC_TIME* pSyncTime);

pSyncTime

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

  • S_OK

  • E_POINTER

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.

Show: