GetSetSympath function (wdbgexts.h)

The GetSetSympath function can be used to either get or set the symbol search path.

Syntax

void GetSetSympath(
  [in]  PSTR Arg,
  [out] PSTR Result,
  [in]  int  Length
);

Parameters

[in] Arg

Specifies the new search path. If this argument is NULL or the string is empty, the search path is not set and the current setting is returned in Result.

[out] Result

Optional. If Arg is NULL, GetSetSympath stores the current search path in the buffer pointed to by Result.

[in] Length

Specifies the size of the buffer for storing the result.

Return value

None

Remarks

When the symbol path is changed, a call to ReloadSymbols is made implicitly.

Returns

None

Requirements

Requirement Value
Target Platform Desktop
Header wdbgexts.h (include Wdbgexts.h, Dbgeng.h)