Skip to content

Latest commit

 

History

History
104 lines (74 loc) · 3.04 KB

nf-dbgeng-idebugsymbols-setimagepath.md

File metadata and controls

104 lines (74 loc) · 3.04 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.IDebugSymbols.SetImagePath
IDebugSymbols::SetImagePath (dbgeng.h)
The SetImagePath method sets the executable image path. This method belongs to the IDebugSymbols interface.
debugger\setimagepath.htm
debugger
05/03/2018
IDebugSymbols::SetImagePath
IDebugSymbols interface [Windows Debugging],SetImagePath method, IDebugSymbols.SetImagePath, IDebugSymbols2 interface [Windows Debugging],SetImagePath method, IDebugSymbols2::SetImagePath, IDebugSymbols3 interface [Windows Debugging],SetImagePath method, IDebugSymbols3::SetImagePath, IDebugSymbols::SetImagePath, IDebugSymbols_062aa9c4-33c9-4a73-a11f-7d5e6b94e96c.xml, SetImagePath, SetImagePath method [Windows Debugging], SetImagePath method [Windows Debugging],IDebugSymbols interface, SetImagePath method [Windows Debugging],IDebugSymbols2 interface, SetImagePath method [Windows Debugging],IDebugSymbols3 interface, dbgeng/IDebugSymbols2::SetImagePath, dbgeng/IDebugSymbols3::SetImagePath, dbgeng/IDebugSymbols::SetImagePath, debugger.setimagepath
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugSymbols::SetImagePath
dbgeng/IDebugSymbols::SetImagePath
APIRef
kbSyntax
COM
dbgeng.h
IDebugSymbols::SetImagePath

IDebugSymbols::SetImagePath

-description

The SetImagePath method sets the executable image path.

-parameters

-param Path [in]

Specifies the new executable image path. This is a string that contains directories separated by semicolons (;).

-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 executable image path is used by the engine when searching for executable images.

The executable image path can consist of several directories separated by semicolons. These directories are searched in order.

-see-also

AppendImagePath

GetImagePath

IDebugSymbols

IDebugSymbols2

IDebugSymbols3