// wdbgexts.h
PWINDBG_GET_SYMBOL PwindbgGetSymbol;
VOID PwindbgGetSymbol(
PVOID offset,
PCHAR pchBuffer,
ULONG_PTR *pDisplacement
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PWINDBG_GET_SYMBOL (GetSymbol) function locates the symbol nearest to address.
offsetSpecifies an address near the symbol you want located.
pchBufferReceives the name of the symbol found. This buffer must be at least 256 characters in length.
pDisplacementSpecifies the displacement from the beginning of the symbol.