IDebugSymbols4::GetLineByInlineContextWide method (dbgeng.h)

Gets a line by inline context.

Syntax

HRESULT GetLineByInlineContextWide(
  [in]            ULONG64  Offset,
  [in]            ULONG    InlineContext,
  [out, optional] PULONG   Line,
  [out]           PWSTR    FileBuffer,
  [in]            ULONG    FileBufferSize,
  [out, optional] PULONG   FileSize,
  [out, optional] PULONG64 Displacement
);

Parameters

[in] Offset

An offset for the line.

[in] InlineContext

The inline context.

[out, optional] Line

A pointer to the returned line.

[out] FileBuffer

A pointer to a buffer for a Unicode character string.

[in] FileBufferSize

The size of the file buffer.

[out, optional] FileSize

A pointer to the length of the file.

[out, optional] Displacement

A pointer to the displacement value of the file.

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