Compartilhar via


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

Especifica um símbolo de saída usando um contexto embutido.

Sintaxe

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

Parâmetros

[in] OutputControl

Um controle de saída.

[in] Flags

Um conjunto de bits que contém opções que afetam o comportamento desse método.

[in] Offset

Um deslocamento.

[in] InlineContext

Um contexto embutido.

Retornar valor

Se o método for bem-sucedido, ele retornará S_OK. Caso contrário, ele retornará um código de erro HRESULT.

Requisitos

Requisito Valor
Plataforma de Destino Windows
Cabeçalho dbgeng.h (inclua Dbgeng.h)

Confira também

IDebugSymbols4