IRunningObjectTable.GetTimeOfLastChange(IMoniker, FILETIME) Método

Definição

Pesquisa esse moniker na ROT (tabela de objetos em execução) e relata o tempo registrado da alteração, se houver.

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 retorna, esse objeto contém a hora da última alteração do objeto. Este parâmetro é passado não inicializado.

Retornos

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

Comentários

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

Aplica-se a