UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) 方法

定義

在 ROT 中搜尋這個 Moniker,並且報告變更的記錄時間 (如果有的話)。

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 中搜尋之 Moniker 的參考。

pfiletime
FILETIME

在成功傳回時,含有物件的上次變更時間。

備註

如需詳細資訊,請參閱 MSDN 文件庫中的現有檔 IRunningObjectTable::GetTimeOfLastChange

適用於