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.

32 lines
669 B

  1. ;
  2. ; File: ssdpapi.def
  3. ;
  4. LIBRARY SSDPAPI ; Application's module name
  5. ;DESCRIPTION "Implements SSDP C API."
  6. ;HEAPSIZE 1024
  7. ;STACKSIZE 16384
  8. EXPORTS
  9. RegisterService
  10. DeregisterService
  11. DeregisterServiceByUSN
  12. RegisterNotification
  13. DeregisterNotification
  14. FindServicesCallback
  15. FindServices
  16. GetFirstService
  17. GetNextService
  18. FindServicesClose
  19. FindServicesCancel
  20. SsdpStartup
  21. SsdpCleanup
  22. FreeSsdpMessage
  23. CleanupCache
  24. DHEnableDeviceHost
  25. DHDisableDeviceHost
  26. DHSetICSInterfaces
  27. DHSetICSOff
  28. ;eof