UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Method

Definition

Provides a number representing the time the object identified by this moniker was last changed.

C#
public void GetTimeOfLastChange(System.Runtime.InteropServices.UCOMIBindCtx pbc, System.Runtime.InteropServices.UCOMIMoniker pmkToLeft, out System.Runtime.InteropServices.FILETIME pFileTime);

Parameters

pbc
UCOMIBindCtx

A reference to the bind context to be used in this binding operation.

pmkToLeft
UCOMIMoniker

A reference to the moniker to the left of this moniker, if the moniker is part of a composite moniker.

pFileTime
FILETIME

On successful return, contains the time of last change.

Remarks

For more information about IMoniker::GetTimeOfLastChange, see the MSDN Library.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1