IRunningObjectTable.GetTimeOfLastChange(IMoniker, FILETIME) Méthode

Définition

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

Int32

Valeur HRESULT indiquant le succès ou l'échec de l'opération.

Remarques

Pour plus d’informations, consultez la méthode IRunningObjectTable::GetTimeOfLastChange.

S’applique à