code_app/modules/twain_user/HGTwainErr.h

11 lines
223 B
C
Raw Normal View History

2022-05-03 10:25:52 +00:00
#ifndef __HGTWAINERR_H__
#define __HGTWAINERR_H__
/* 一般错误 */
#define HGTWAIN_ERR_FAIL 0x00001001L
2023-05-30 11:11:24 +00:00
/* UI取消操作 */
#define HGTWAIN_ERR_CANCELUI 0x00001002L
#endif /* __HGTWAINERR_H__ */