ReactOS 0.4.15-dev-7942-gd23573b
symt_thunk Struct Reference

#include <dbghelp_private.h>

Collaboration diagram for symt_thunk:

Public Attributes

struct symt symt
 
struct hash_table_elt hash_elt
 
struct symtcontainer
 
ULONG_PTR address
 
ULONG_PTR size
 
THUNK_ORDINAL ordinal
 

Detailed Description

Definition at line 249 of file dbghelp_private.h.

Member Data Documentation

◆ address

ULONG_PTR symt_thunk::address

Definition at line 254 of file dbghelp_private.h.

Referenced by symt_new_thunk().

◆ container

struct symt* symt_thunk::container

Definition at line 253 of file dbghelp_private.h.

Referenced by symt_new_thunk().

◆ hash_elt

struct hash_table_elt symt_thunk::hash_elt

Definition at line 252 of file dbghelp_private.h.

Referenced by symt_new_thunk().

◆ ordinal

THUNK_ORDINAL symt_thunk::ordinal

Definition at line 256 of file dbghelp_private.h.

Referenced by symt_new_thunk().

◆ size

ULONG_PTR symt_thunk::size

Definition at line 255 of file dbghelp_private.h.

Referenced by symt_new_thunk().

◆ symt

struct symt symt_thunk::symt

Definition at line 251 of file dbghelp_private.h.

Referenced by symt_new_thunk().


The documentation for this struct was generated from the following file: