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 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.