68 lines
1.1 KiB
Modula-2
68 lines
1.1 KiB
Modula-2
|
LIBRARY DSAUTH
|
||
|
EXPORTS
|
||
|
;
|
||
|
; store.c
|
||
|
;
|
||
|
|
||
|
StoreInitHandle
|
||
|
StoreCleanupHandle
|
||
|
StoreGetHandle
|
||
|
StoreSetSearchOneLevel
|
||
|
StoreSetSearchSubTree
|
||
|
StoreBeginSearch
|
||
|
StoreEndSearch
|
||
|
StoreSearchGetNext
|
||
|
StoreCreateObjectVA
|
||
|
StoreDeleteObject
|
||
|
StoreCollectAttributes
|
||
|
|
||
|
;
|
||
|
; dhcpbas.c
|
||
|
;
|
||
|
|
||
|
DhcpDsGetRoot
|
||
|
DhcpDsGetLists
|
||
|
DhcpDsGetAttribs
|
||
|
DhcpDsSetLists
|
||
|
|
||
|
;
|
||
|
; rpcstubs.c
|
||
|
;
|
||
|
DhcpEnumServersDS
|
||
|
DhcpAddServerDS
|
||
|
DhcpDeleteServerDS
|
||
|
|
||
|
;
|
||
|
; rpcapi2.c
|
||
|
;
|
||
|
|
||
|
DhcpDsAddServer
|
||
|
DhcpDsDelServer
|
||
|
DhcpDsEnumServers
|
||
|
|
||
|
;
|
||
|
; validate.c
|
||
|
;
|
||
|
|
||
|
DhcpDsValidateService
|
||
|
|
||
|
;
|
||
|
; dhcpds.c --> actually in rpcstubs.c now..
|
||
|
;
|
||
|
|
||
|
;DhcpEnumServersDS
|
||
|
;DhcpAddServerDS
|
||
|
;DhcpDeleteServerDS
|
||
|
;DhcpModifyServer
|
||
|
|
||
|
;
|
||
|
; dhcpds.c --> actually in rpcstubs.c now..
|
||
|
;
|
||
|
|
||
|
DhcpDsInitDS
|
||
|
DhcpDsCleanupDS
|
||
|
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
;; end of file
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|