2025-04-27 07:49:33 -04:00

33 lines
701 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