首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Windows Mobile >

WinCE支持winInet的异步模式么?调用InternetReadFileEx()失败!该如何解决

2012-02-03 
WinCE支持winInet的异步模式么?调用InternetReadFileEx()失败!!调用WinInet的InternetReadFileEx()时,返回

WinCE支持winInet的异步模式么?调用InternetReadFileEx()失败!!
调用WinInet的InternetReadFileEx()时,返回120。

// MessageId: ERROR_CALL_NOT_IMPLEMENTED
//
// MessageText:
//
// This function is not supported on this system.
//
#define ERROR_CALL_NOT_IMPLEMENTED 120L

这个系统不支持该功能。 


是winCE不支持InternetReadFileEx()函数么?还是我使用出错?

调用语句:
rc = InternetReadFileEx(m_hHttpRequest, pBuffer, IRF_ASYNC, (DWORD_PTR)this);

[解决办法]
支持。

请参考我的博客:
http://blog.csdn.net/pknife/archive/2008/06/19/2565754.aspx
http://blog.csdn.net/pknife/archive/2008/06/06/2517272.aspx

热点排行