ReactOS 0.4.16-dev-2104-gb84fa49
_beginthread_trampoline_t Struct Reference
Collaboration diagram for _beginthread_trampoline_t:

Public Attributes

HANDLE thread
 
union {
   _beginthread_start_routine_t   start_address
 
   _beginthreadex_start_routine_t   start_address_ex
 
}; 
 
voidarglist
 

Detailed Description

Definition at line 28 of file thread.c.

Member Data Documentation

◆ 

union { ... } _beginthread_trampoline_t::@584

◆ arglist

void * _beginthread_trampoline_t::arglist

◆ start_address

_beginthread_start_routine_t _beginthread_trampoline_t::start_address

Definition at line 31 of file thread.c.

Referenced by _beginthread(), and _beginthread_trampoline().

◆ start_address_ex

_beginthreadex_start_routine_t _beginthread_trampoline_t::start_address_ex

Definition at line 32 of file thread.c.

Referenced by _beginthreadex(), and _beginthreadex_trampoline().

◆ thread

HANDLE _beginthread_trampoline_t::thread

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