Skip to content

Latest commit

 

History

History
104 lines (74 loc) · 3.26 KB

nf-dbgeng-idebugsymbols3-setsourcepath.md

File metadata and controls

104 lines (74 loc) · 3.26 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugSymbols3.SetSourcePath
IDebugSymbols3::SetSourcePath (dbgeng.h)
The SetSourcePath method sets the source path. This method belongs to the IDebugSymbols3 interface.
debugger\setsourcepath.htm
debugger
05/03/2018
IDebugSymbols3::SetSourcePath
IDebugSymbols interface [Windows Debugging],SetSourcePath method, IDebugSymbols2 interface [Windows Debugging],SetSourcePath method, IDebugSymbols2::SetSourcePath, IDebugSymbols3 interface [Windows Debugging],SetSourcePath method, IDebugSymbols3.SetSourcePath, IDebugSymbols3::SetSourcePath, IDebugSymbols::SetSourcePath, IDebugSymbols_d592ec7c-56f9-46b2-9627-d79e8fdba5c4.xml, SetSourcePath, SetSourcePath method [Windows Debugging], SetSourcePath method [Windows Debugging],IDebugSymbols interface, SetSourcePath method [Windows Debugging],IDebugSymbols2 interface, SetSourcePath method [Windows Debugging],IDebugSymbols3 interface, dbgeng/IDebugSymbols2::SetSourcePath, dbgeng/IDebugSymbols3::SetSourcePath, dbgeng/IDebugSymbols::SetSourcePath, debugger.setsourcepath
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugSymbols3::SetSourcePath
dbgeng/IDebugSymbols3::SetSourcePath
APIRef
kbSyntax
COM
dbgeng.h
IDebugSymbols3::SetSourcePath

IDebugSymbols3::SetSourcePath

-description

The SetSourcePath method sets the source path.

-parameters

-param Path [in]

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

-returns

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

Return code Description
S_OK
The method was successful.

-remarks

The source path is used by the engine when searching for source files.

For more information about manipulating the source path, see Using Source Files. For an overview of the source path and its syntax, see Source Path.

-see-also

AppendSourcePath

GetSourcePath

IDebugSymbols

IDebugSymbols2

IDebugSymbols3