IMoniker.GetTimeOfLastChange(IBindCtx, 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í.
Proporciona un número que representa la hora en que se modificó por última vez el objeto identificado por el moniker actual.
public:
void GetTimeOfLastChange(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::FILETIME % pFileTime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker? pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * FILETIME -> unit
Public Sub GetTimeOfLastChange (pbc As IBindCtx, pmkToLeft As IMoniker, ByRef pFileTime As FILETIME)
Parámetros
- pbc
- IBindCtx
Referencia al contexto que se utiliza en esta operación de enlace.
- pmkToLeft
- IMoniker
Referencia al moniker a la izquierda del actual, si es que forma parte de un moniker compuesto.
- pFileTime
- FILETIME
El resultado que devuelve este método contiene la hora de la última modificación. Este parámetro se pasa sin inicializar.
Comentarios
Para obtener más información, vea método IMoniker::GetTimeOfLastChange.