⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fplibx_const.bas

📁 It use both RSA and AES for encry/decryption with fingerprint as Key.
💻 BAS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -