IDebugApplication::AddStackFrameSnifferIDebugApplication::AddStackFrameSniffer
Ajoute un fournisseur d’énumérateur de frame de pile pour cette application.Adds a stack frame enumerator provider to this application.
SyntaxeSyntax
HRESULT AddStackFrameSniffer(
IDebugStackFrameSniffer* pdsfs,
DWORD* pdwCookie
);
ParamètresParameters
pdsfs
[in] Le fournisseur d’énumérateur de frame de pile à ajouter à cette application.[in] The stack frame enumerator provider to add to this application.
pdwCookie
[out] Un cookie qui est utilisé pour supprimer ce fournisseur d’énumérateur de frame de pile de l’application.[out] A cookie that is used to remove this stack frame enumerator provider from the application.
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
Bien qu’en règle générale, les moteurs de langage appellent cette méthode pour exposer leurs frames de pile pour le débogueur, il est possible pour les autres entités à exposer les frames de pile.Although language engines typically call this method to expose their stack frames to the debugger, it is possible for other entities to expose stack frames.
Voir aussiSee Also
Interface IDebugApplication IDebugApplication Interface
IDebugApplication::RemoveStackFrameSniffer IDebugApplication::RemoveStackFrameSniffer
Interface IDebugStackFrameSnifferIDebugStackFrameSniffer Interface
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...