UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) Méthode

Définition

Recherche ce moniker dans le ROT et signale l’heure enregistrée du changement, 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 pour rechercher dans le ROT.

pfiletime
FILETIME

Lors d’un retour réussi, contient l’heure de la dernière modification des objets.

Remarques

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

S’applique à