IRunningObjectTable.GetTimeOfLastChange(IMoniker, FILETIME) Yöntem

Tanım

Çalışan Nesne Tablosu'nda (ROT) bu takma adı arar ve varsa kaydedilen 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 takma ad başvurusu.

pfiletime
FILETIME

Bu nesne döndürdüğünde, nesneleri son değişiklik 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