Compartir a través de


IRunningObjectTable.GetTimeOfLastChange(IMoniker, FILETIME) Método

Definición

Busca este moniker en la tabla de objetos en ejecución (ROT) e informa del tiempo de cambio registrado, si está presente.

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

Parámetros

pmkObjectName
IMoniker

Referencia al moniker para buscar en la tabla de objetos en ejecución (ROT).

pfiletime
FILETIME

Cuando este objeto devuelve, contiene la hora de último cambio de los objetos. Este parámetro se pasa sin inicializar.

Devoluciones

Valor HRESULT que indica el éxito o error de la operación.

Comentarios

Para obtener más información, vea Método IRunningObjectTable::GetTimeOfLastChange.

Se aplica a