UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) Yöntem

Tanım

ROT'de bu takma adı arar ve varsa kaydedilen değişiklik zamanını bildirir.

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)

Parametreler

pmkObjectName
UCOMIMoniker

ROT içinde aranacak takma ad başvurusu.

pfiletime
FILETIME

Başarılı dönüşte, nesnelerin son değişiklik zamanını içerir.

Açıklamalar

Daha fazla bilgi için IRunningObjectTable::GetTimeOfLastChange msdn kitaplığındaki için mevcut belgelere bakın.

Şunlara uygulanır