windows-nt/Source/XPSP1/NT/net/upnp/ssdp/ssdpapi/ssdpapi.def

33 lines
669 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
;
; 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