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 ROT (Running Object Table) et indique 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 ROT (Running Object Table).
- pfiletime
- FILETIME
Lorsque cet objet retourne une valeur, contient l'heure de la dernière modification de l'objet. Ce paramètre est passé sans être initialisé.
Retours
Valeur HRESULT
indiquant le succès ou l'échec de l'opération.
Remarques
Pour plus d’informations, consultez Méthode IRunningObjectTable ::GetTimeOfLastChange.