ISupportLastWriteTime::GetChangeUnitChangeTime method (winsync.h)

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

Syntax

HRESULT GetChangeUnitChangeTime(
  [in]  const BYTE *pbItemId,
  [in]  const BYTE *pbChangeUnitId,
  [out] ULONGLONG  *pullTimestamp
);

Parameters

[in] pbItemId

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

[in] pbChangeUnitId

The ID of the change unit to look up.

[out] pullTimestamp

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

Return value

The possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
S_OK
The method succeeded.
Provider-determined error codes

Requirements

Requirement Value
Target Platform Windows
Header winsync.h

See also

ISupportLastWriteTime Interface