Metodo IDebugSymbols3::GetSymbolEntryByToken (dbgeng.h)

Cerca un simbolo usando un token di metadati gestito.

Sintassi

HRESULT GetSymbolEntryByToken(
  [in]  ULONG64              ModuleBase,
  [in]  ULONG                Token,
  [out] PDEBUG_MODULE_AND_ID Id
);

Parametri

[in] ModuleBase

Base del modulo.

[in] Token

Token da usare per cercare il simbolo.

[out] Id

Puntatore al modulo come struttura DEBUG_MODULE_AND_ID .

Valore restituito

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione dbgeng.h (include Dbgeng.h)

Vedi anche

DEBUG_MODULE_AND_ID

IDebugSymbols3