fplibx_const.bas

来自「It use both RSA and AES for encry/decryp」· BAS 代码 · 共 28 行

BAS
28
字号
Attribute VB_Name = "FpLibX_Const"
' General error
Const ERROR_NONE = 0
Const ERROR_CREATION_FAILED = 1
Const ERROR_FUNCTION_FAILED = 2
Const ERROR_INVALID_PARAM = 3
Const ERROR_NOT_USED = 4
   
' Device error
Const ERROR_SYSLOAD_FAILED = 51     'system file load fail
Const ERROR_INITIALIZE_FAILED = 52  'chip initialize fail
Const ERROR_LINE_DROPPED = 53       'image data drop
Const ERROR_TIME_OUT = 54           'getliveimage timeout error
Const ERROR_DEVICE_NOT_FOUND = 55   'device not found
Const ERROR_DLLLOAD_FAILED = 56     'dll file load fail
   
' Extract&verification error
Const ERROR_UNLOCK_FAIL = 101
Const ERROR_DLL_LOCKED = 102        'dll locked
Const ERROR_REGIST_FAIL = 103       'register fail
Const ERROR_VERIFY_FAIL = 104       'verification fail
Const ERROR_IMAGE_LOCKED = 105      'image locked
Const ERROR_EXTRACT_FAIL = 106      'extraction fail
Const ERROR_VERIFY_FAKE = 107       'verified to fake
Const ERROR_NO_SEARCH_DATA = 108


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?