IRDVTaskPluginNotifySink::OnTaskStateChange, méthode
Permet d’avertir l’agent déclencheur que l’état d’une tâche a changé.
Syntaxe
HRESULT OnTaskStateChange(
[in] BSTR bstrIdentifier,
[in] RDV_TASK_STATUS status
);
Paramètres
-
bstrIdentifier [in]
-
Type : BSTR
Identificateur de la tâche. Il s’agit de l’identificateur passé à la méthode StartTask .
-
status [in]
-
Type : RDV_TASK_STATUS
Valeur de l’énumération RDV_TASK_STATUS qui spécifie le nouvel état de la tâche.
Valeur retournée
Type : HRESULT
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 7 Enterprise |
Serveur minimal pris en charge |
Windows Server 2008 R2 |