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

;
; 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