GetSetSympath (Windows Embedded CE 6.0)

1/5/2010

This function obtains or sets the search path for symbols.

Syntax

VOID GetSetSympath(
  PSTR Arg,
  PSTR Result,
  int Length
);

Parameters

  • Arg
    [in] If specified, the new search path for symbols.

    If not specified, the Result parameter returns the current path.

  • Result
    [out] Optional. If the Arg parameter is not specified, the Result parameter points to a buffer that contains the current path.
  • Length
    [in] Size of the buffer pointed to by the Result parameter.

Return Value

This function returns TRUE if the function call succeeds. Otherwise, the function returns FALSE.

Remarks

When the search path for symbols changes, a call to the ReloadSymbols function is made implicitly.

Requirements

Header wdbgexts_ce.h
Library Developer Implemented
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

Debugger Extension Functions