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
798 B

  1. LIBRARY WINHTTP5
  2. EXPORTS
  3. ; Utility Functions
  4. WinHttpTimeFromSystemTime
  5. WinHttpTimeToSystemTime
  6. WinHttpCrackUrl
  7. WinHttpCreateUrl
  8. WinHttpCheckPlatform
  9. ; Core API
  10. WinHttpOpen
  11. WinHttpSetStatusCallback
  12. WinHttpSetOption
  13. WinHttpQueryOption
  14. WinHttpConnect
  15. WinHttpOpenRequest
  16. WinHttpAddRequestHeaders
  17. WinHttpSetCredentials
  18. WinHttpSendRequest
  19. WinHttpWriteData
  20. WinHttpReceiveResponse
  21. WinHttpQueryHeaders
  22. WinHttpQueryAuthSchemes
  23. WinHttpQueryDataAvailable
  24. WinHttpReadData
  25. WinHttpCloseHandle
  26. WinHttpSetTimeouts
  27. ; Called by setup to install registry entries needed by Wininet.
  28. DllGetClassObject PRIVATE
  29. DllRegisterServer PRIVATE
  30. DllUnregisterServer PRIVATE