IDebugAsyncOperation::GetResultIDebugAsyncOperation::GetResult
Fournit la valeur de retour et le paramètre d’objet de retour à partir de l’opération de débogage synchrone.Provides the return value and return object parameter from the synchronous debug operation.
SyntaxeSyntax
HRESULT GetResult(
HRESULT* phrResult,
IUnknown** ppunkResult
);
ParamètresParameters
phrResult
[out] Si l’opération est terminée, phrResult
est la valeur de retour de IDebugSyncOperation::Execute
.[out] If the operation is complete, phrResult
is the return value of IDebugSyncOperation::Execute
.
ppunkResult
[out] Si l’opération est terminée, ppunkResult
est le paramètre d’objet retourné par l’opération.[out] If the operation is complete, ppunkResult
is the object parameter returned by the operation.
Valeur de retourReturn Value
La méthode retourne HRESULT
.The method returns an HRESULT
. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.Possible values include, but are not limited to, those in the following table.
ValueValue | DescriptionDescription |
---|---|
S_OK |
La méthode a réussi.The method succeeded. |
E_PENDING |
L’opération n’est pas terminée.The operation has not completed. |
NotesRemarks
Si l’opération est terminée, cette méthode retourne le HRESULT
et le paramètre à partir de l’objet IDebugSyncOperation::Execute
.If the operation has completed, this method returns the HRESULT
and object parameter from IDebugSyncOperation::Execute
.
Voir aussiSee Also
IDebugAsyncOperation (Interface) IDebugAsyncOperation Interface
IDebugSyncOperation::ExecuteIDebugSyncOperation::Execute
Commentaires
Nous aimerions avoir votre avis. Choisissez le type d’avis que vous souhaitez fournir :
Notre système de commentaires est basé sur l’infrastructure de problèmes GitHub. Apprenez-en davantage sur notre blog.
Chargement du commentaire...