IDebugSymbols4::OutputSymbolByInlineContext method (dbgeng.h)

Specifies an output symbol by using an inline context.

Syntax

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

Parameters

[in] OutputControl

An output control.

[in] Flags

A bit-set that contains options that affect the behavior of this method.

[in] Offset

An offset.

[in] InlineContext

An inline context.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header dbgeng.h (include Dbgeng.h)

See also

IDebugSymbols4