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.

30 lines
734 B

  1. ;
  2. ; File: wshclus.def
  3. ; System: MS-Windows 3.x
  4. ; Summary: Module definition file for the Cluster Transport
  5. ; helper DLL for WinSockAPI DLL.
  6. ;
  7. LIBRARY WSHCLUS ; Application's module name
  8. HEAPSIZE 1024
  9. STACKSIZE 16384
  10. ; All functions that will be called by any Windows routine
  11. ; must be exported
  12. EXPORTS
  13. WSHGetSockaddrType
  14. WSHGetWildcardSockaddr
  15. WSHGetSocketInformation
  16. WSHGetWinsockMapping
  17. WSHNotify
  18. WSHOpenSocket
  19. WSHSetSocketInformation
  20. WSHEnumProtocols
  21. WSHOpenSocket2
  22. WSHGetWSAProtocolInfo
  23. WSHAddressToString
  24. WSHStringToAddress
  25. WSHGetProviderGuid
  26. WSHIoctl