Partager via


Méthode IRtwqAsyncResult ::SetStatus (rtworkq.h)

Définit le status de l’opération asynchrone.

Syntaxe

HRESULT SetStatus(
  [in] HRESULT hrStatus
);

Paramètres

[in] hrStatus

État de l'opération asynchrone.

Valeur retournée

Cette méthode retourne un code HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.

Code de retour Description
S_OK
S_OK

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8.1 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 R2 [applications de bureau uniquement]
Plateforme cible Windows
En-tête rtworkq.h
Bibliothèque Rtworkq.lib
DLL RTWorkQ.dll

Voir aussi

IRtwqAsyncResult