Go to the documentation of this file.
42 #define FX_PDFAPI_ID 5
47 #define FX_ERR_TYPE_SUCCESS 0
48 #define FX_ERR_TYPE_MEMORY 1
51 #define FX_ERR_CODE_OVERFLOW 0
52 #define FX_ERR_CODE_ALLOC_FAILE 1
54 #define FX_MAKEERROR(moduleid, errtype, errcode) ((((errcode) << 16) & 0xFFFF0000) | \
55 (((moduleid) << 8) & 0x0000FF00) | ((errtype) & 0x000000FF))
@2024 Foxit Software Incorporated. All rights reserved.