NAME

InternetQueryDataAvailable  (WININET.@)

SYNOPSIS

 BOOL InternetQueryDataAvailable
 (
  HINTERNET hFile,
  LPDWORD   lpdwNumberOfBytesAvailble,
  DWORD     dwFlags,
  DWORD     dwConext
 )

DESCRIPTION

Determines how much data is available to be read.

RETURNS

If there is data available then TRUE, otherwise if there is not or an error occurred then FALSE. Use GetLastError to check for ERROR_NO_MORE_FILES to see if it was the former.

IMPLEMENTATION

Defined in "wininet.h".

Implemented in "dlls/wininet/internet.c". source.winehq.org/source/dlls/wininet/internet.c

Debug channel "wininet".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.