IRunningObjectTable.GetTimeOfLastChange(IMoniker, 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 d’objets en cours d’exécution (ROT) et signale l’heure de modification enregistrée, le cas échéant.
public:
int GetTimeOfLastChange(System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkObjectName, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::FILETIME % pfiletime);
public int GetTimeOfLastChange(System.Runtime.InteropServices.ComTypes.IMoniker pmkObjectName, out System.Runtime.InteropServices.ComTypes.FILETIME pfiletime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.ComTypes.IMoniker * FILETIME -> int
Public Function GetTimeOfLastChange (pmkObjectName As IMoniker, ByRef pfiletime As FILETIME) As Integer
Paramètres
- pmkObjectName
- IMoniker
Référence au moniker à rechercher dans la table d’objets en cours d’exécution (ROT).
- pfiletime
- FILETIME
Lorsque cet objet est retourné, contient l’heure de la dernière modification des objets. Ce paramètre est passé non initialisé.
Retours
Valeur HRESULT qui indique la réussite ou l’échec de l’opération.
Remarques
Pour plus d’informations, consultez la méthode IRunningObjectTable ::GetTimeOfLastChange.