33 lines
669 B
Modula-2
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
|
||
|
|