UCOMIRunningObjectTable.GetTimeOfLastChange(UCOMIMoniker, FILETIME) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.