UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) Méthode

Définition

Recherche ce moniker dans la table ROT (Running Object Table) et indique l'heure de modification consignée, le cas échéant.

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)

Paramètres

pmkObjectName
UCOMIMoniker

Référence au moniker à rechercher dans la table ROT (Running Object Table).

pfiletime
FILETIME

Lors d'un retour, contient l'heure de la dernière modification de l'objet.

Remarques

Pour plus d’informations, consultez la documentation existante pour IRunningObjectTable::GetTimeOfLastChange dans la bibliothèque MSDN.

S’applique à