Partager via


Méthode IDebugSymbols4 ::OutputSymbolByInlineContext (dbgeng.h)

Spécifie un symbole de sortie à l’aide d’un contexte inline.

Syntaxe

HRESULT OutputSymbolByInlineContext(
  [in] ULONG   OutputControl,
  [in] ULONG   Flags,
  [in] ULONG64 Offset,
  [in] ULONG   InlineContext
);

Paramètres

[in] OutputControl

Contrôle de sortie.

[in] Flags

Jeu de bits qui contient des options qui affectent le comportement de cette méthode.

[in] Offset

Décalage.

[in] InlineContext

Contexte inline.

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Plateforme cible Windows
En-tête dbgeng.h (inclure Dbgeng.h)

Voir aussi

IDebugSymbols4