windows-nt/Source/XPSP1/NT/net/upnp/ssdp/ssdpapi/ssdpapi.def
2020-09-26 16:20:57 +08:00

33 lines
669 B
Modula-2

;
; File: ssdpapi.def
;
LIBRARY SSDPAPI ; Application's module name
;DESCRIPTION "Implements SSDP C API."
;HEAPSIZE 1024
;STACKSIZE 16384
EXPORTS
RegisterService
DeregisterService
DeregisterServiceByUSN
RegisterNotification
DeregisterNotification
FindServicesCallback
FindServices
GetFirstService
GetNextService
FindServicesClose
FindServicesCancel
SsdpStartup
SsdpCleanup
FreeSsdpMessage
CleanupCache
DHEnableDeviceHost
DHDisableDeviceHost
DHSetICSInterfaces
DHSetICSOff
;eof