Compartir a través de


GetSetSympath (Windows CE 5.0)

Send Feedback

This function obtains or sets the search path for symbols.

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 Values

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

OS Versions: Windows CE 3.0 and later.
Header: WDbgExts_CE.h.
Link Library: Developer defined.

See Also

Debugger Extension Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.