Partager via


Méthode IWDTFSystemAction2 ::IsRestartedWithContext (wdtfsystemaction.h)

Obtient une valeur qui indique si le script de test a été redémarré pour un contexte spécifique.

Syntaxe

HRESULT IsRestartedWithContext(
  [in]          BSTR         psContextName,
  [out, retval] VARIANT_BOOL *pbIsRestarted
);

Paramètres

[in] psContextName

Nom du contexte.

[out, retval] pbIsRestarted

True si le script a été redémarré avec le contexte ; sinon, false.

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows XP Professionnel
Serveur minimal pris en charge Windows Server 2008
Plateforme cible Windows
En-tête wdtfsystemaction.h

Voir aussi

IWDTFSystemAction2