UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, 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 ROT y notifica la hora de modificación registrada, si existe.
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 que se va a buscar en la tabla ROT.
- pfiletime
- FILETIME
Contiene la hora en que se modificó el objeto por última vez, si la devolución es correcta.
Comentarios
Para obtener más información, consulte la documentación existente de IRunningObjectTable::GetTimeOfLastChange
en MSDN Library.