Leaked source code of windows server 2003
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.
 
 
 
 
 
 

84 lines
1.4 KiB

LIBRARY DSAUTH
EXPORTS
;
; store.c
;
StoreInitHandle
StoreCleanupHandle
StoreGetHandle
StoreSetSearchOneLevel
StoreSetSearchSubTree
StoreBeginSearch
StoreEndSearch
StoreSearchGetNext
StoreCreateObjectVA
StoreCreateObjectL
StoreDeleteObject
StoreSetAttributesVA
StoreSetAttributesL
StoreCollectAttributes
;
; dhcpbas.c
;
DhcpDsGetRoot
DhcpDsGetLists
DhcpDsGetAttribs
DhcpDsSetLists
DhcpDsSetAttribs
;
; dhcpread.c
;
DhcpDsGetServers
DhcpDsGetEnterpriseServers
;
; rpcapi1.c
;
;
; rpcapi2.c
;
DhcpDsAddServer
DhcpDsDelServer
DhcpDsEnumServers
;
; validate.c
;
DhcpDsValidateService
;
; rpcstubs.c
; dhcpsapi.def stuff here.. all these work on DS, but have
; same interface as the rpc stuff in dhcpsapi.dll
;
;
; dhcpds.c --> actually in rpcstubs.c now..
;
DhcpEnumServersDS
DhcpAddServerDS
DhcpDeleteServerDS
;DhcpModifyServer
;
; dhcpds.c --> actually in rpcstubs.c now..
;
DhcpDsInitDS
DhcpDsCleanupDS
DhcpDsGetLastUpdateTime
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; end of file
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;