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.

44 lines
550 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. ftpapiu.h
  5. Abstract:
  6. Header for ftpapiu.h
  7. Author:
  8. Richard L Firth (rfirth) 31-May-1995
  9. Revision History:
  10. 31-May-1995 rfirth
  11. Created
  12. --*/
  13. #if defined(__cplusplus)
  14. extern "C" {
  15. #endif
  16. //
  17. // prototypes
  18. //
  19. DWORD
  20. ParseFtpUrl(
  21. IN OUT LPHINTERNET hInternet,
  22. IN LPSTR Url,
  23. IN LPSTR Headers,
  24. IN DWORD HeadersLength,
  25. IN DWORD OpenFlags,
  26. IN DWORD Context
  27. );
  28. #if defined(__cplusplus)
  29. }
  30. #endif