Partilhar via


IRunningObjectTable.GetTimeOfLastChange(IMoniker, FILETIME) Método

Definição

Pesquisa esse moniker na ROT (Tabela de Objetos em Execução) e relata o tempo de alteração registrado, 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

Parâmetros

pmkObjectName
IMoniker

Uma referência ao moniker a ser pesquisado na ROT (Tabela de Objetos Em Execução).

pfiletime
FILETIME

Quando esse objeto é retornado, contém a hora da última alteração dos objetos. Esse parâmetro é passado sem inicialização.

Retornos

Um HRESULT valor que indica o êxito ou a falha da operação.

Comentários

Para obter mais informações, consulte o método IRunningObjectTable::GetTimeOfLastChange.

Aplica-se a