当前位置: 代码迷 >> Windows Mobile >> WinCE支持winInet的异步模式么?调用InternetReadFileEx()失败!该如何解决
  详细解决方案

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

热度:1098   发布时间:2016-04-25 08:06:09.0
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
  相关解决方案