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

📄 crobot.h

📁 往新浪论坛sina:tech?richwin上加帖子的程序
💻 H
字号:
/*
	版权所有:周田鼠
	          http://www.geocities.com/zhoutianshu
			  zhoutianshu@yahoo.com
	感谢空心菜。
*/


// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -