UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 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
。