This topic has not yet been rated - Rate this topic

IDebugSymbols3::SetSymbolPathWide method

The SetSymbolPathWide method sets the symbol path.

Syntax

HRESULT SetSymbolPathWide(
  [in]  PCWSTR Path
);

Parameters

Path [in]

Specifies the new 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

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

Return codeDescription
S_OK

The method was successful.

 

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

Header

Dbgeng.h (include Dbgeng.h)

See also

IDebugSymbols3
AppendSymbolPath
GetSymbolPath

 

 

Send comments about this topic to Microsoft

Build date: 4/2/2012

Did you find this helpful?
(1500 characters remaining)