UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) Método

Definição

Pesquisa por este nome no ROT e reporta a data registada da alteração, 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)

Parâmetros

pmkObjectName
UCOMIMoniker

Referência ao nome para procurar no ROT.

pfiletime
FILETIME

Em devolução bem-sucedida, contém o tempo de última alteração dos objetos.

Observações

Para mais informações, consulte a documentação existente na IRunningObjectTable::GetTimeOfLastChange biblioteca MSDN.

Aplica-se a