Compartilhar via


estrutura RUNTIME_FUNCTION (winnt.h)

Representa uma entrada na tabela de funções no Windows de 64 bits.

Sintaxe

typedef struct _IMAGE_RUNTIME_FUNCTION_ENTRY {
  DWORD BeginAddress;
  DWORD EndAddress;
  union {
    DWORD UnwindInfoAddress;
    DWORD UnwindData;
  } DUMMYUNIONNAME;
} RUNTIME_FUNCTION, *PRUNTIME_FUNCTION, _IMAGE_RUNTIME_FUNCTION_ENTRY, *_PIMAGE_RUNTIME_FUNCTION_ENTRY;

Membros

BeginAddress

O endereço do início da função.

EndAddress

O endereço do final da função.

DUMMYUNIONNAME

DUMMYUNIONNAME.UnwindInfoAddress

O endereço das informações de desenrolamento da função.

DUMMYUNIONNAME.UnwindData

Requisitos

Requisito Valor
Cabeçalho winnt.h (inclua Windows.h)
Redistribuível DbgHelp.dll 5.1 ou posterior

Confira também

SymFunctionTableAccess64