webclient.hrh

来自「symbian 利用http上传的例子.」· HRH 代码 · 共 39 行

HRH
39
字号
/*
* ==============================================================================
*  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 + =
减小字号Ctrl + -
显示快捷键?