Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Thread.h File Reference

#include <windows.h>

Go to the source code of this file.

Namespaces

namespace  wkgl

Defines

#define SFLAG   unsigned short
#define THREAD_STOPPED   0
 Flag specifying that thread is in a stopped state, i.e.

#define THREAD_RUNNING   1
 Flag specifying the thread is executing running.

#define THREAD_SUSPENDED   2
 Flag specifying the thread is currently suspended, i.e.


Define Documentation

#define SFLAG   unsigned short
 

#define THREAD_RUNNING   1
 

Flag specifying the thread is executing running.

#define THREAD_STOPPED   0
 

Flag specifying that thread is in a stopped state, i.e.

you must call start().

#define THREAD_SUSPENDED   2
 

Flag specifying the thread is currently suspended, i.e.

you must call resume().


Generated on Tue Apr 29 03:18:50 2003 for GuiLib by doxygen1.2.18