IDebugSymbols3::GetSourceEntryBySourceEntry method (dbgeng.h)

Allows navigation within the source entries.

Syntax

HRESULT GetSourceEntryBySourceEntry(
  [in]  PDEBUG_SYMBOL_SOURCE_ENTRY FromEntry,
  [in]  ULONG                      Flags,
  [out] PDEBUG_SYMBOL_SOURCE_ENTRY ToEntry
);

Parameters

[in] FromEntry

A pointer to a DEBUG_SYMBOL_SOURCE_ENTRY as the input entry.

[in] Flags

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

[out] ToEntry

A pointer to a DEBUG_SYMBOL_SOURCE_ENTRY as the output entry.

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

DEBUG_SYMBOL_SOURCE_ENTRY

IDebugSymbols3