NAME

InternetReadFileExW  (WININET.@)

SYNOPSIS

 BOOL InternetReadFileExW
 (
  HINTERNET           hFile,
  LPINTERNET_BUFFERSW lpBuffer,
  DWORD               dwFlags,
  DWORD_PTR           dwContext
 )

DESCRIPTION

Read data from an open internet file.

PARAMS

hFile [In] Handle returned by InternetOpenUrl or HttpOpenRequest.
lpBuffersOut [In/Out] Buffer.
dwFlags [In] Flags.
dwContext [In] Context for callbacks.

RETURNS

FALSE, last error is set to ERROR_CALL_NOT_IMPLEMENTED.

NOTES

Not implemented in Wine or native either (as of IE6 SP2).

IMPLEMENTATION

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.