InternetReadFileExW (WININET.@)
BOOL InternetReadFileExW ( HINTERNET hFile, LPINTERNET_BUFFERSW lpBuffer, DWORD dwFlags, DWORD_PTR dwContext )
Read data from an open internet file.
hFile | [In] | Handle returned by InternetOpenUrl or HttpOpenRequest. |
lpBuffersOut | [In/Out] | Buffer. |
dwFlags | [In] | Flags. |
dwContext | [In] | Context for callbacks. |
FALSE, last error is set to ERROR_CALL_NOT_IMPLEMENTED.
Not implemented in Wine or native either (as of IE6 SP2).
Defined in "wininet.h".
Implemented in "dlls/wininet/internet.c". source.winehq.org/source/dlls/wininet/internet.c
Debug channel "wininet".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.