typedef enum { VM_UDP_SUCCESS = 0, VM_UDP_ERROR = -1, VM_UDP_ERROR_NO_ENOUGH_RESOURCE = -2, VM_UDP_ERROR_CREATE_FAILED = -3, VM_UDP_RESULT_MAX = 0x7FFFFFFF } VM_UDP_RESULT;
typedef enum { VM_UDP_SUCCESS = 0, VM_UDP_ERROR = -1, VM_UDP_ERROR_NO_ENOUGH_RESOURCE = -2, VM_UDP_ERROR_CREATE_FAILED = -3, VM_UDP_RESULT_MAX = 0x7FFFFFFF } VM_UDP_RESULT;
TCP results
vmudp.h
|
Members |
Description |
|
VM_UDP_SUCCESS = 0 |
The success. |
|
VM_UDP_ERROR = -1 |
The general error. |
|
VM_UDP_ERROR_NO_ENOUGH_RESOURCE = -2 |
There's not enough resource to create an UDP connection. |
|
VM_UDP_ERROR_CREATE_FAILED = -3 |
To create UDP connection has failed. |
|
VM_UDP_RESULT_MAX = 0x7FFFFFFF |
To ensure the compiler treats this enum as 32-bit integer. |
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.