UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) Método

Definición

Busca este moniker en el ROT e informa del tiempo de cambio registrado, si está presente.

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)

Parámetros

pmkObjectName
UCOMIMoniker

Referencia al moniker para buscar en el ROT.

pfiletime
FILETIME

Si la devolución se realiza correctamente, contiene la hora de último cambio de los objetos.

Comentarios

Para obtener más información, consulte la documentación existente para IRunningObjectTable::GetTimeOfLastChange en MSDN Library.

Se aplica a