3.5. Error CodesΒΆ
System ControlError Codes
Error Code | Macro Definitions | Description |
|---|---|---|
0xC0028003 | CVI_ERR_SYS_ILLEGAL_PARAM | Invalid parameter setting |
0xC0028006 | CVI_ERR_SYS_NULL_PTR | Null Pointer |
0xC0028008 | CVI_ERR_SYS_NOT_SUPPORT | Function not supported |
0xC0028009 | CVI_ERR_SYS_NOT_PERM | Operation not allowed |
0xC002800C | CVI_ERR_SYS_NOMEM | Memory allocation failure, such as insufficient system memory |
0xC002800D | CVI_ERR_SYS_REMAPPING | MemorymapFailure |
0xC0028010 | CVI_ERR_SYS_NOTREADY | System Control attributes are not configured |
0xC0028012 | CVI_ERR_SYS_BUSY | The system is busy |
Videobuffer poolError Codes
Error Code | Macro Definitions | Description |
|---|---|---|
0xC0018003 | CVI_ERR_VB_ILLEGAL_PARAM | Invalid parameter setting |
0xC0018005 | CVI_ERR_VB_UNEXIST | Videoregionblockdoes not exist |
0xC0018006 | CVI_ERR_VB_NULL_PTR | Null Pointer |
0xC0018009 | CVI_ERR_VB_NOT_PERM | Operation not allowed |
0xC001800C | CVI_ERR_VB_NOMEM | Memory allocation failure, such as insufficient system memory |
0xC001800D | CVI_ERR_VB_NOBUF | Memory buffer failure |
0xC0018010 | CVI_ERR_VB_NOTREADY | System Control attributes are not configured |
0xC0018012 | CVI_ERR_VB_BUSY | The system is busy |
0xC0018013 | CVI_ERR_VB_SIZE_NOT_ENOUGH | VBblockSizenotenough |
0xC0018014 | CVI_ERR_VB_INVALID | VBhandleInvalid |
0xC0018040 | CVI_ERR_VB_2MPOOLS | Createcachepoolmultiple |