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.

13 lines
350 B

  1. #include <windows.h>
  2. #include <wininet.h>
  3. #include <tchar.h>
  4. #include <stdio.h>
  5. #include <Malloc.h>
  6. #include <shlwapi.h>
  7. #include <strsafe.h>
  8. //Prototypes
  9. DWORD Upload(TCHAR *SourceFileName, TCHAR *VirtualDir, TCHAR *HostName, TCHAR *RemoteFileName);
  10. DWORD GetResponseUrl(TCHAR * HostName, TCHAR *RemoteFileName, TCHAR *ResponseURL);