PWINDBG_GET_SYMBOL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdbgexts.h

PWINDBG_GET_SYMBOL PwindbgGetSymbol;

VOID PwindbgGetSymbol(
  PVOID offset,
  PCHAR pchBuffer,
  ULONG_PTR *pDisplacement
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdbgexts-pwindbg_get_symbol)

PWINDBG_GET_SYMBOL callback function

Description

The PWINDBG_GET_SYMBOL (GetSymbol) function locates the symbol nearest to address.

Parameters

offset

Specifies an address near the symbol you want located.

pchBuffer

Receives the name of the symbol found. This buffer must be at least 256 characters in length.

pDisplacement

Specifies the displacement from the beginning of the symbol.