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

Public Attributes

HANDLE thread
 
_beginthread_start_routine_t start_address
 
voidarglist
 

Detailed Description

Definition at line 30 of file thread.c.

Member Data Documentation

◆ arglist

void* _beginthread_trampoline_t::arglist

Definition at line 33 of file thread.c.

Referenced by _beginthread(), and _beginthread_trampoline().

◆ start_address

_beginthread_start_routine_t _beginthread_trampoline_t::start_address

Definition at line 32 of file thread.c.

Referenced by _beginthread(), and _beginthread_trampoline().

◆ thread

HANDLE _beginthread_trampoline_t::thread

Definition at line 31 of file thread.c.

Referenced by _beginthread(), and _beginthread_trampoline().


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