IRemoteDebugApplicationEvents::OnBreakFlagChangeIRemoteDebugApplicationEvents::OnBreakFlagChange
Gère un événement lorsque les indicateurs de saut changent.Handles an event when the break flags change.
SyntaxeSyntax
HRESULT OnBreakFlagChange(
APPBREAKFLAGS abf,
IRemoteDebugApplicationThread* prdatSteppingThread
);
ParamètresParameters
abf
[in] Les indicateurs de saut en cours pour l’application.[in] The current break flags for the application.
prdatSteppingThread
[in] Le thread en cours d’exécution.[in] The currently running thread.
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 gère l’événement lors de la modification de l’indicateur d’arrêt.This method handles the event when the break flag change.
Voir aussiSee Also
IRemoteDebugApplicationEvents (Interface) IRemoteDebugApplicationEvents Interface
Énumération APPBREAKFLAGSAPPBREAKFLAGS Enumeration
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...