Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |
|---|---|
|
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) |