GetSymbol (Windows Embedded CE 6.0)

1/5/2010

This function locates the symbol nearest to a specified address.

Syntax

VOID GetSymbol(
  PVOID offset,
  PUCHAR pchBuffer,
  PULONG pDisplacement
);

Parameters

  • offset
    [in] Address near the symbol you want to locate.
  • pchBuffer
    [out] Pointer to a buffer that returns the name of the symbol.
  • pDisplacement
    [out] Displacement from the beginning of the symbol.

Return Value

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

Requirements

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

See Also

Concepts

Debugger Extension Functions