IRunningObjectTable.GetTimeOfLastChange(IMoniker, 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 tabella ROT e riporta l'ora registrata della modifica, se presente.
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
Parametri
- pmkObjectName
- IMoniker
Riferimento al moniker da cercare nella tabella ROT.
- pfiletime
- FILETIME
Quando termina, questo oggetto contiene l'ora dell'ultima modifica degli oggetti. Questo parametro viene passato non inizializzato.
Restituisce
Un HRESULT
che indica l'esito positivo o negativo dell'operazione.
Commenti
Per altre informazioni, vedere Metodo IRunningObjectTable::GetTimeOfLastChange.