GetSymbol (Compact 2013)
3/26/2014
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 |