85 lines
1.3 KiB
Modula-2
85 lines
1.3 KiB
Modula-2
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
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|