IRunningObjectTable.GetTimeOfLastChange(IMoniker, FILETIME) Yöntem

Tanım

Çalışan Nesne Tablosu'nda (ROT) bu bilinen adı arar ve varsa kayıtlı değişiklik zamanını bildirir.

public:
 int GetTimeOfLastChange(System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkObjectName, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::FILETIME % pfiletime);
public int GetTimeOfLastChange (System.Runtime.InteropServices.ComTypes.IMoniker pmkObjectName, out System.Runtime.InteropServices.ComTypes.FILETIME pfiletime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.ComTypes.IMoniker * FILETIME -> int
Public Function GetTimeOfLastChange (pmkObjectName As IMoniker, ByRef pfiletime As FILETIME) As Integer

Parametreler

pmkObjectName
IMoniker

Çalışan Nesne Tablosu'nda (ROT) aranacak bilinen ad başvurusu.

pfiletime
FILETIME

Bu nesne döndürdüğünde, nesneleri son değiştirme zamanını içerir. Bu parametre, başlatmadan iletilir.

Döndürülenler

HRESULT İşlemin başarısını veya başarısızlığını gösteren değer.

Açıklamalar

Daha fazla bilgi için bkz . IRunningObjectTable::GetTimeOfLastChange yöntemi.

Şunlara uygulanır