Source code of Windows XP (NT5)
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.

26 lines
741 B

  1. LIBRARY WSHIP6
  2. EXPORTS
  3. WSHGetSockaddrType
  4. WSHGetWildcardSockaddr
  5. WSHGetSocketInformation
  6. WSHGetWinsockMapping
  7. WSHNotify
  8. WSHOpenSocket
  9. WSHSetSocketInformation
  10. WSHEnumProtocols
  11. WSHOpenSocket2
  12. WSHJoinLeaf
  13. WSHGetWSAProtocolInfo
  14. WSHAddressToString
  15. WSHStringToAddress
  16. WSHGetProviderGuid
  17. WSHIoctl
  18. ; Forwarders, so that applications built with the IPv6 Technology Preview
  19. ; will run on Whistler. We don't forward gai_strerror because
  20. ; it now exists only as an inline function. But it is rarely used.
  21. getaddrinfo = ws2_32.getaddrinfo
  22. getnameinfo = ws2_32.getnameinfo
  23. freeaddrinfo = ws2_32.freeaddrinfo