sachinppatil
08-27-2003, 07:41 AM
Hello Dear Friends,
In the code -
-----------------------------------------------------------------------------------------------------
WebRespInfo* pWebRespInfo = IWEBRESP_GetInfo(pMe->m_pIWebResp);
int ByteCount;
char buf[128];
if (pWebRespInfo && WEB_ERROR_SUCCEEDED(pWebRespInfo->nCode))
-----------------------------------------------------------------------------------------------------
In this when there is a call for IWEBRESP_GetInfo it returns the WebRespInfo. But the value inside pWebRespInfo->nCode is '-1288'. Which is wrong. In the manual it is stated that if nCode contains -ve value then it's a system error.
Can anybody tell me what is this error and what is the solution for that?
Thanks in advance.
With Regards,
In the code -
-----------------------------------------------------------------------------------------------------
WebRespInfo* pWebRespInfo = IWEBRESP_GetInfo(pMe->m_pIWebResp);
int ByteCount;
char buf[128];
if (pWebRespInfo && WEB_ERROR_SUCCEEDED(pWebRespInfo->nCode))
-----------------------------------------------------------------------------------------------------
In this when there is a call for IWEBRESP_GetInfo it returns the WebRespInfo. But the value inside pWebRespInfo->nCode is '-1288'. Which is wrong. In the manual it is stated that if nCode contains -ve value then it's a system error.
Can anybody tell me what is this error and what is the solution for that?
Thanks in advance.
With Regards,