UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) 方法

定义

在 ROT 中搜索此名字对象并报告所记录的更改时间(如果存在的话)。

public:
 void GetTimeOfLastChange(System::Runtime::InteropServices::UCOMIMoniker ^ pmkObjectName, [Runtime::InteropServices::Out] System::Runtime::InteropServices::FILETIME % pfiletime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.UCOMIMoniker pmkObjectName, out System.Runtime.InteropServices.FILETIME pfiletime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.UCOMIMoniker * FILETIME -> unit
Public Sub GetTimeOfLastChange (pmkObjectName As UCOMIMoniker, ByRef pfiletime As FILETIME)

参数

pmkObjectName
UCOMIMoniker

对要在 ROT 中搜索的名字对象的引用。

pfiletime
FILETIME

成功返回时包含对象上次更改的时间。

注解

有关详细信息,请参阅 MSDN 库中的现有文档 IRunningObjectTable::GetTimeOfLastChange

适用于