IRunningObjectTable.GetTimeOfLastChange(IMoniker, FILETIME) Método

Definição

Pesquisa este nome na Tabela de Objetos em Execução (ROT) e reporta a hora registada da alteração, 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 nome para procurar na Tabela de Objetos em Execução (ROT).

pfiletime
FILETIME

Quando este objeto regressa, contém o último tempo de alteração do objeto. Este parâmetro é passado sem inicializar.

Devoluções

Um HRESULT valor que indica o sucesso ou fracasso da operação.

Observações

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

Aplica-se a