crobot.h

来自「Visual C++自动查询和智能代理程序设计书籍源码-WebFinder1」· C头文件 代码 · 共 16 行

H
16
字号
// CRobot classes - Constants

// Error codes

#define CROBOT_ERR_SUCCESS                0
#define CROBOT_ERR_INVALID_URL            1
#define CROBOT_ERR_INVALID_PARAMETER      2
#define CROBOT_ERR_CONNECTION_FAILED      3
#define CROBOT_ERR_TIMED_OUT              4
#define CROBOT_ERR_NOT_FOUND              5
#define CROBOT_ERR_NOT_AUTHORIZED         6
#define CROBOT_ERR_DISK_FILE_ERROR        7

// Base for disk/file error codes
#define    CROBOT_ERR_FILE              100

⌨️ 快捷键说明

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