IRunningObjectTable.GetTimeOfLastChange(IMoniker, FILETIME) Méthode

Définition

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.

S’applique à