UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) Método

Definição

Pesquisa esse moniker no ROT e relata o tempo de alteração registrado, 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 moniker a ser pesquisado no ROT.

pfiletime
FILETIME

No retorno bem-sucedido, contém a hora da última alteração dos objetos.

Comentários

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

Aplica-se a