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.

28 lines
733 B

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