?? crobot.h
字號:
// 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 + -