pub const MV_OK: u32 = 0x00000000;
pub const MV_E_HANDLE: u32 = 0x80000000;
pub const MV_E_SUPPORT: u32 = 0x80000001;
pub const MV_E_BUFOVER: u32 = 0x80000002;
pub const MV_E_CALLORDER: u32 = 0x80000003;
pub const MV_E_PARAMETER: u32 = 0x80000004;
pub const MV_E_RESOURCE: u32 = 0x80000006;
pub const MV_E_NODATA: u32 = 0x80000007;
pub const MV_E_PRECONDITION: u32 = 0x80000008;
pub const MV_E_VERSION: u32 = 0x80000009;
pub const MV_E_NOENOUGH_BUF: u32 = 0x8000000A;
pub const MV_E_ABNORMAL_IMAGE: u32 = 0x8000000B;
pub const MV_E_LOAD_LIBRARY: u32 = 0x8000000C;
pub const MV_E_NOOUTBUF: u32 = 0x8000000D;
pub const MV_E_UNKNOW: u32 = 0x800000FF;
pub const MV_E_GC_GENERIC: u32 = 0x80000100;
pub const MV_E_GC_ARGUMENT: u32 = 0x80000101;
pub const MV_E_GC_RANGE: u32 = 0x80000102;
pub const MV_E_GC_PROPERTY: u32 = 0x80000103;
pub const MV_E_GC_RUNTIME: u32 = 0x80000104;
pub const MV_E_GC_LOGICAL: u32 = 0x80000105;
pub const MV_E_GC_ACCESS: u32 = 0x80000106;
pub const MV_E_GC_TIMEOUT: u32 = 0x80000107;
pub const MV_E_GC_DYNAMICCAST: u32 = 0x80000108;
pub const MV_E_GC_UNKNOW: u32 = 0x800001FF;
pub const MV_E_NOT_IMPLEMENTED: u32 = 0x80000200;
pub const MV_E_INVALID_ADDRESS: u32 = 0x80000201;
pub const MV_E_WRITE_PROTECT: u32 = 0x80000202;
pub const MV_E_ACCESS_DENIED: u32 = 0x80000203;
pub const MV_E_BUSY: u32 = 0x80000204;
pub const MV_E_PACKET: u32 = 0x80000205;
pub const MV_E_NETER: u32 = 0x80000206;
pub const MV_E_IP_CONFLICT: u32 = 0x80000221;
pub const MV_E_USB_READ: u32 = 0x80000300;
pub const MV_E_USB_WRITE: u32 = 0x80000301;
pub const MV_E_USB_DEVICE: u32 = 0x80000302;
pub const MV_E_USB_GENICAM: u32 = 0x80000303;
pub const MV_E_USB_BANDWIDTH: u32 = 0x80000304;
pub const MV_E_USB_DRIVER: u32 = 0x80000305;
pub const MV_E_USB_UNKNOW: u32 = 0x800003FF;
pub const MV_E_UPG_FILE_MISMATCH: u32 = 0x80000400;
pub const MV_E_UPG_LANGUSGE_MISMATCH: u32 = 0x80000401;
pub const MV_E_UPG_CONFLICT: u32 = 0x80000402;
pub const MV_E_UPG_INNER_ERR: u32 = 0x80000403;
pub const MV_E_UPG_UNKNOW: u32 = 0x800004FF;