IDebugSymbols::AppendSymbolPath method (dbgeng.h)

The AppendSymbolPath method appends directories to the symbol path.

Syntax

HRESULT AppendSymbolPath(
  [in] PCSTR Addition
);

Parameters

[in] Addition

Specifies the directories to append to the symbol path. This is a string that contains symbol path elements separated by semicolons (;). Each symbol path element can specify either a directory or a symbol server.

Return value

Return code Description
S_OK
The method was successful.
 

This method may also return error values. See Return Values for more details.

Remarks

For more information about manipulating the symbol path, see Using Symbols. For an overview of the symbol path and its syntax, see Symbol Path.

Requirements

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

See also

GetSymbolPath

IDebugSymbols

IDebugSymbols2

IDebugSymbols3

SetSymbolPath