📄 webclient.hrh
字号:
/*
* ==============================================================================
* Name : WebClient.hrh
* Part of : WebClient
* Interface :
* Description :
* Version :
*
* Copyright (c) 2005-2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
#ifndef WEBCLIENT_HRH
#define WEBCLIENT_HRH
enum TWebClientCommandIds
{
EWebClientCmdReqUrl = 0x6000,
EWebClientCmdHeader,
EWebClientCmdSource,
EWebClientCmdStatus
};
enum TWebClientNoteIds
{
EWebClientWaitNote = 0x6100
};
// Size of buffers used in WebClient
#define KMaxUriNameLength 128
#define KPrefixedUriNameLength 135
#define KMaxUserNameLength 128
#define KMaxPasswordLength 128
#endif // WEBCLIENT_HRH
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -