IDebugSyncOperation::GetTargetThreadIDebugSyncOperation::GetTargetThread
Retourne le thread d’application cible pour cette opération synchrone.Returns the target application thread for this synchronous operation.
SyntaxeSyntax
HRESULT GetTargetThread(
IDebugApplicationThread** ppatTarget
);
ParamètresParameters
ppatTarget
[out] Le thread d’application cible pour cette opération synchrone.[out] The target application thread for this synchronous 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. |
NotesRemarks
Cette méthode retourne le thread d’application cible pour cette opération synchrone.This method returns the target application thread for this synchronous operation.
Voir aussiSee Also
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...