Condividi tramite


UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) Metodo

Definizione

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 in MSDN Library.

Si applica a