InternetQueryDataAvailable (WININET.@)
BOOL InternetQueryDataAvailable ( HINTERNET hFile, LPDWORD lpdwNumberOfBytesAvailble, DWORD dwFlags, DWORD_PTR dwContext )
Determines how much data is available to be read.
TRUE on success, FALSE if an error occurred. If INTERNET_FLAG_ASYNC was specified in InternetOpen, and no data is presently available, FALSE is returned with the last error ERROR_IO_PENDING; a callback with status INTERNET_STATUS_REQUEST_COMPLETE will be sent when more data is available.
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.