ReactOS 0.4.16-dev-959-g2ec3a19
threaddll.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  threaddll_args
 

Enumerations

enum  thread_exit_method { thread_exit_return , thread_exit_endthread , thread_exit_endthreadex }
 

Enumeration Type Documentation

◆ thread_exit_method

Enumerator
thread_exit_return 
thread_exit_endthread 
thread_exit_endthreadex 

Definition at line 19 of file threaddll.h.

19 {
23};
@ thread_exit_endthreadex
Definition: threaddll.h:22
@ thread_exit_return
Definition: threaddll.h:20
@ thread_exit_endthread
Definition: threaddll.h:21