Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
469 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. inetapiu.h
  5. Abstract:
  6. Prototypes for inetapiu.cxx
  7. Author:
  8. Richard L Firth (rfirth) 17-Feb-1996
  9. Revision History:
  10. 17-Feb-1996 rfirth
  11. Created
  12. --*/
  13. //
  14. // prototypes
  15. //
  16. //BOOL
  17. //wInternetQueryDataAvailable(
  18. // IN LPVOID hFileMapped,
  19. // OUT LPDWORD lpdwNumberOfBytesAvailable,
  20. // IN DWORD dwFlags,
  21. // IN DWORD_PTR dwContext
  22. // );