IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) Method

Definition

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

public:
 void GetTimeOfLastChange(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::FILETIME % pFileTime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker? pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * FILETIME -> unit
Public Sub GetTimeOfLastChange (pbc As IBindCtx, pmkToLeft As IMoniker, ByRef pFileTime As FILETIME)

Parameters

pbc
IBindCtx

A reference to the bind context to use in this binding operation.

pmkToLeft
IMoniker

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

pFileTime
FILETIME

When this method returns, contains the time of the last change. This parameter is passed uninitialized.

Remarks

For more information, see IMoniker::GetTimeOfLastChange method.

Applies to