typedef enum { VM_RES_ERROR_OUT_OF_MEMORY = -1, VM_RES_ERROR_INVALID_PARAMETERS = -2, VM_RES_ERROR_ITEM_NOT_FOUND = -3 } VM_RES_RESULT;
typedef enum { VM_RES_ERROR_OUT_OF_MEMORY = -1, VM_RES_ERROR_INVALID_PARAMETERS = -2, VM_RES_ERROR_ITEM_NOT_FOUND = -3 } VM_RES_RESULT;
Detailed result code for resource APIs
vmres.h
|
Members |
Description |
|
VM_RES_ERROR_OUT_OF_MEMORY = -1 |
There is not enough memory to load resources. |
|
VM_RES_ERROR_INVALID_PARAMETERS = -2 |
Incorrect input parameter, e.g. illegal resource id. |
|
VM_RES_ERROR_ITEM_NOT_FOUND = -3 |
Resource id not found, or failed to open the resource file. |
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.