typedef enum { VM_CHSET_CONVERT_RESULT_SUCCESS = (0), VM_CHSET_CONVERT_RESULT_ERROR_PARAMETER = (-1), VM_CHSET_CONVERT_RESULT_SOURCE_UNSUPPORT_CHSET = (-2), VM_CHSET_CONVERT_RESULT_DESTINATION_UNSUPPORT_CHSET = (-3), VM_CHSET_CONVERT_RESULT_FATAL_ERROR = (-4), VM_CHSET_CONVERT_RESULT_MAX = 0X7FFFFFFF } VM_CHSET_CONVERT_RESULT;
typedef enum { VM_CHSET_CONVERT_RESULT_SUCCESS = (0), VM_CHSET_CONVERT_RESULT_ERROR_PARAMETER = (-1), VM_CHSET_CONVERT_RESULT_SOURCE_UNSUPPORT_CHSET = (-2), VM_CHSET_CONVERT_RESULT_DESTINATION_UNSUPPORT_CHSET = (-3), VM_CHSET_CONVERT_RESULT_FATAL_ERROR = (-4), VM_CHSET_CONVERT_RESULT_MAX = 0X7FFFFFFF } VM_CHSET_CONVERT_RESULT;
The return value of vm_chset_convert
vmchset.h
|
Members |
Description |
|
VM_CHSET_CONVERT_RESULT_SUCCESS = (0) |
If successful. |
|
VM_CHSET_CONVERT_RESULT_ERROR_PARAMETER = (-1) |
Parameter error. |
|
VM_CHSET_CONVERT_RESULT_SOURCE_UNSUPPORT_CHSET = (-2) |
Character set used by input string is not supported. |
|
VM_CHSET_CONVERT_RESULT_DESTINATION_UNSUPPORT_CHSET = (-3) |
Character set used by destination string is not supported. |
|
VM_CHSET_CONVERT_RESULT_FATAL_ERROR = (-4) |
General failure. |
|
VM_CHSET_CONVERT_RESULT_MAX = 0X7FFFFFFF |
Forces the 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.