code_app/twain_user/HGTwainErr.h

7 lines
144 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
#endif /* __HGTWAINERR_H__ */