typedef enum { VM_TAG_SUCCESS = VM_SUCCESS, VM_TAG_FAIL = VM_FAIL, VM_TAG_INSUFFICIENT_BUFFER = -2, VM_TAG_NOT_FOUND = -3 } VM_TAG_RESULT;
typedef enum { VM_TAG_SUCCESS = VM_SUCCESS, VM_TAG_FAIL = VM_FAIL, VM_TAG_INSUFFICIENT_BUFFER = -2, VM_TAG_NOT_FOUND = -3 } VM_TAG_RESULT;
Error codes for vm_tag_get_tag.
vmtag.h
|
Members |
Description |
|
VM_TAG_SUCCESS = VM_SUCCESS |
Get tag successfully. |
|
VM_TAG_FAIL = VM_FAIL |
Failed to get tag. |
|
VM_TAG_INSUFFICIENT_BUFFER = -2 |
Input buffer too short. |
|
VM_TAG_NOT_FOUND = -3 |
Tag does not exist, e.g. wrong TAG ID is used, or the tag is not defined by Project Setting tool. |
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.