ReactOS 0.4.15-dev-7918-g2a2556c
STDCALL_TO_THISCALL_THUNK Struct Reference
Collaboration diagram for STDCALL_TO_THISCALL_THUNK:

Public Attributes

BYTE pop_eax
 
BYTE pop_ecx
 
BYTE push_eax
 
BYTE mov_vtable_eax [2]
 
BYTE jmp_eax [2]
 
int vtablefunc_offset
 

Detailed Description

Definition at line 481 of file txtsrv.c.

Member Data Documentation

◆ jmp_eax

BYTE STDCALL_TO_THISCALL_THUNK::jmp_eax[2]

Definition at line 487 of file txtsrv.c.

Referenced by setup_thiscall_wrappers().

◆ mov_vtable_eax

BYTE STDCALL_TO_THISCALL_THUNK::mov_vtable_eax[2]

Definition at line 486 of file txtsrv.c.

Referenced by setup_thiscall_wrappers().

◆ pop_eax

BYTE STDCALL_TO_THISCALL_THUNK::pop_eax

Definition at line 483 of file txtsrv.c.

Referenced by setup_thiscall_wrappers().

◆ pop_ecx

BYTE STDCALL_TO_THISCALL_THUNK::pop_ecx

Definition at line 484 of file txtsrv.c.

Referenced by setup_thiscall_wrappers().

◆ push_eax

BYTE STDCALL_TO_THISCALL_THUNK::push_eax

Definition at line 485 of file txtsrv.c.

Referenced by setup_thiscall_wrappers().

◆ vtablefunc_offset

int STDCALL_TO_THISCALL_THUNK::vtablefunc_offset

Definition at line 488 of file txtsrv.c.

Referenced by setup_thiscall_wrappers().


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