ISupportLastWriteTime::GetChangeUnitChangeTime

Gets the date and time when the specified change unit was last changed.

Syntax

HRESULT GetChangeUnitChangeTime(
  const BYTE * pbItemId,
  const BYTE * pbChangeUnitId,
  ULONGLONG * pullTimestamp);

Parameters

Term

Definition

pbItemId

[in] The ID of the item that contains the change unit to look up.

pbChangeUnitId

[in] The ID of the change unit to look up.

pullTimestamp

[out] Returns the date and time when the specified change unit was last changed.

Return Value

  • S_OK

  • Provider-determined error codes

See Also

Reference

ISupportLastWriteTime Interface