Méthode IRtwqAsyncResult ::GetObject (rtworkq.h)
Retourne un objet associé à l’opération asynchrone. Le type d’objet, le cas échéant, dépend de la méthode asynchrone appelée.
Syntaxe
HRESULT GetObject(
[out] IUnknown **ppObject
);
Paramètres
[out] ppObject
Reçoit un pointeur vers l’interface IUnknown de l’objet. Si aucun objet n’est associé à l’opération, ce paramètre reçoit la valeur NULL. Si la valeur n’est pas NULL, l’appelant doit libérer l’interface.
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 |
|
Aucun objet n’est associé à ce résultat asynchrone. |
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 |