typedef enum { VM_TIMER_OK = 0, VM_TIMER_ERROR_OF_NO_FREE = -5, VM_TIMER_ERROR_OF_PROCESS, VM_TIMER_ERROR_OF_RESOURCE, VM_TIMER_ERROR_OF_MEMORY, VM_TIMER_ERROR, VM_TIMER_RESULT_MAX = 0x7FFFFFFF } VM_TIMER_RESULT;
typedef enum { VM_TIMER_OK = 0, VM_TIMER_ERROR_OF_NO_FREE = -5, VM_TIMER_ERROR_OF_PROCESS, VM_TIMER_ERROR_OF_RESOURCE, VM_TIMER_ERROR_OF_MEMORY, VM_TIMER_ERROR, VM_TIMER_RESULT_MAX = 0x7FFFFFFF } VM_TIMER_RESULT;
timer error code type
vmtimer.h
|
Members |
Description |
|
VM_TIMER_OK = 0 |
Success |
|
VM_TIMER_ERROR_OF_NO_FREE = -5 |
Error of not free timer handle. |
|
VM_TIMER_ERROR_OF_PROCESS |
Error related to process or handle. |
|
VM_TIMER_ERROR_OF_RESOURCE |
Error related to saving or getting resource data. |
|
VM_TIMER_ERROR_OF_MEMORY |
Error related to allocating or freeing memory. |
|
VM_TIMER_ERROR |
Error that is not specific. |
|
VM_TIMER_RESULT_MAX = 0x7FFFFFFF |
Forces the compiler to use 4-byte integer for 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.