UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Cerca questo moniker nella ROT e riporta l'ora registrata di modifica, se 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)
Parametri
- pmkObjectName
- UCOMIMoniker
Fa riferimento al moniker da cercare nella ROT.
- pfiletime
- FILETIME
In caso di esito positivo, contiene l'ora dell'ultima modifica degli oggetti.
Commenti
Per altre informazioni, vedere la documentazione esistente per IRunningObjectTable::GetTimeOfLastChange
la libreria MSDN.