Thunk
Each thunk is identified by a SymTagThunk tag.
Properties
The following table shows the properties that are valid for this symbol type.
Property |
Data type |
Description |
---|---|---|
DWORD |
Access modifier attribute, one of the CV_access_e values (only in DIA SDK V8.0 or later). |
|
DWORD |
Offset part of location; for details, see the LocationType. |
|
DWORD |
Section part of location; for details, see the LocationType. |
|
IDiaSymbol* |
Enclosing class parent, if any (only under DIA SDK V8.0 or later). |
|
DWORD |
ID of the enclosing class parent symbol (only in DIA SDK V8.0 or later). |
|
BOOL |
TRUE if the thunk is marked as constant (only in DIA SDK V8.0 or later). |
|
BOOL |
TRUE if the thunk is an introduction to a virtual function (only in DIA SDK V8.0 or later) |
|
BOOL |
TRUE if the thunk is considered static (only in DIA SDK V8.0 or later). |
|
ULONGLONG |
Number of bytes of code in the thunk. |
|
IDiaSymbol* |
Symbol for the enclosing compiland, block, or function. |
|
DWORD |
ID of the lexical parent symbol. |
|
DWORD |
End points have static location; for details, see Symbol Locations enumeration. |
|
BSTR |
Name of the thunk. |
|
BOOL |
TRUE if the thunk is purely virtual (only in DIA SDK V8.0 or later). |
|
DWORD |
Relative position of this thunk within its module. |
|
DWORD |
Index ID of symbol. |
|
DWORD |
Returns SymTagThunk (one of the SymTagEnum values). |
|
DWORD |
Offset part of location of the thunk target. |
|
DWORD |
Relative virtual address of the thunk target in its enclosing block. |
|
DWORD |
Section part of the thunk target. |
|
ULONGLONG |
Position of the thunk target in the executable image. |
|
DWORD |
Thunk type, as defined by the THUNK_ORDINAL. |
|
IDiaSymbol* |
The type of this thunk (only in DIA SDK V8.0 or later). |
|
DWORD |
ID of the type symbol (only in DIA SDK V8.0 or later). |
|
BOOL |
TRUE if the thunk is not aligned (only in DIA SDK V8.0 or later), |
|
BOOL |
TRUE if the thunk is virtual (only in DIA SDK V8.0 or later). |
|
ULONGLONG |
Position of this thunk within the executable image. |
|
DWORD |
The offset in the virtual table to this thunk (only in DIA SDK V8.0 or later). |
|
BOOL |
TRUE if the thunk is marked as volatile (only in DIA SDK V8.0 or later). |