IMoniker::GetTimeOfLastChange Method (IBindCtx^, IMoniker^, FILETIME%)

 

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

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

void GetTimeOfLastChange(
	IBindCtx^ pbc,
	IMoniker^ pmkToLeft,
	[OutAttribute] FILETIME% pFileTime
)

Parameters

pbc
Type: System.Runtime.InteropServices.ComTypes::IBindCtx^

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

pmkToLeft
Type: System.Runtime.InteropServices.ComTypes::IMoniker^

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

pFileTime
Type: System.Runtime.InteropServices.ComTypes::FILETIME%

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

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: