IRunningObjectTable.GetTimeOfLastChange(IMoniker, FILETIME) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Busca este moniker en la Tabla de objetos en ejecución (ROT) y notifica la hora de modificación registrada, si existe.
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 que se va a buscar en la Tabla de objetos en ejecución (ROT).
- pfiletime
- FILETIME
El resultado que devuelve este objeto contiene la hora del último cambio aplicado a los objetos. Este parámetro se pasa sin inicializar.
Devoluciones
Valor HRESULT
que indica si la operación se ha realizado correctamente o con errores.
Comentarios
Para obtener más información, vea Método IRunningObjectTable::GetTimeOfLastChange.