typedef enum { VM_TCP_ERROR_NO_ENOUGH_RESOURCE = -3, VM_TCP_ERROR_CREATE_FAILED = -4, VM_TCP_RESULT_MAX = 0x7FFFFFFF } VM_TCP_RESULT;
typedef enum { VM_TCP_ERROR_NO_ENOUGH_RESOURCE = -3, VM_TCP_ERROR_CREATE_FAILED = -4, VM_TCP_RESULT_MAX = 0x7FFFFFFF } VM_TCP_RESULT;
TCP results
vmtcp.h
|
Members |
Description |
|
VM_TCP_ERROR_NO_ENOUGH_RESOURCE = -3 |
There isn't enough resources to create TCP connection. |
|
VM_TCP_ERROR_CREATE_FAILED = -4 |
To create TCP connection has failed. |
|
VM_TCP_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.