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.

67 lines
1.1 KiB

  1. LIBRARY DSAUTH
  2. EXPORTS
  3. ;
  4. ; store.c
  5. ;
  6. StoreInitHandle
  7. StoreCleanupHandle
  8. StoreGetHandle
  9. StoreSetSearchOneLevel
  10. StoreSetSearchSubTree
  11. StoreBeginSearch
  12. StoreEndSearch
  13. StoreSearchGetNext
  14. StoreCreateObjectVA
  15. StoreDeleteObject
  16. StoreCollectAttributes
  17. ;
  18. ; dhcpbas.c
  19. ;
  20. DhcpDsGetRoot
  21. DhcpDsGetLists
  22. DhcpDsGetAttribs
  23. DhcpDsSetLists
  24. ;
  25. ; rpcstubs.c
  26. ;
  27. DhcpEnumServersDS
  28. DhcpAddServerDS
  29. DhcpDeleteServerDS
  30. ;
  31. ; rpcapi2.c
  32. ;
  33. DhcpDsAddServer
  34. DhcpDsDelServer
  35. DhcpDsEnumServers
  36. ;
  37. ; validate.c
  38. ;
  39. DhcpDsValidateService
  40. ;
  41. ; dhcpds.c --> actually in rpcstubs.c now..
  42. ;
  43. ;DhcpEnumServersDS
  44. ;DhcpAddServerDS
  45. ;DhcpDeleteServerDS
  46. ;DhcpModifyServer
  47. ;
  48. ; dhcpds.c --> actually in rpcstubs.c now..
  49. ;
  50. DhcpDsInitDS
  51. DhcpDsCleanupDS
  52. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  53. ;; end of file
  54. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;