typedef enum { VM_SIGNAL_SUCCESS = 0, VM_SIGNAL_TIMEOUT = 1, VM_SIGNAL_CANCEL = 2, VM_SIGNAL_RESULT_MAX = 0x7FFFFFFF } VM_SIGNAL_RESULT;
typedef enum { VM_SIGNAL_SUCCESS = 0, VM_SIGNAL_TIMEOUT = 1, VM_SIGNAL_CANCEL = 2, VM_SIGNAL_RESULT_MAX = 0x7FFFFFFF } VM_SIGNAL_RESULT;
Signal result.
vmthread.h
|
Members |
Description |
|
VM_SIGNAL_SUCCESS = 0 |
Denotes the calling thread is waken up by the signal post. |
|
VM_SIGNAL_TIMEOUT = 1 |
Denotes the calling thread is waken up by the time out. |
|
VM_SIGNAL_CANCEL = 2 |
Denotes the calling thread is waken up forcibly. |
|
VM_SIGNAL_RESULT_MAX = 0x7FFFFFFF |
Forces compiler to use 4-byte integer for this enum. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.