#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. | |
|
|
|
|
|
Flag specifying the thread is executing running.
|
|
|
Flag specifying that thread is in a stopped state, i.e. you must call start(). |
|
|
Flag specifying the thread is currently suspended, i.e. you must call resume(). |
1.2.18