IDebugSymbols::AppendImagePath method (dbgeng.h)

The AppendImagePath method appends directories to the executable image path.

Syntax

HRESULT AppendImagePath(
  [in] PCSTR Addition
);

Parameters

[in] Addition

Specifies the directories to append to the executable image path. This is a string that contains directory names separated by semicolons (;).

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

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.

Requirements

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

See also

GetImagePath

IDebugSymbols

IDebugSymbols2

IDebugSymbols3

SetImagePath