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

适用于