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

  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. StoreCreateObjectL
  16. StoreDeleteObject
  17. StoreSetAttributesVA
  18. StoreSetAttributesL
  19. StoreCollectAttributes
  20. ;
  21. ; dhcpbas.c
  22. ;
  23. DhcpDsGetRoot
  24. DhcpDsGetLists
  25. DhcpDsGetAttribs
  26. DhcpDsSetLists
  27. DhcpDsSetAttribs
  28. ;
  29. ; dhcpread.c
  30. ;
  31. DhcpDsGetServers
  32. DhcpDsGetEnterpriseServers
  33. ;
  34. ; rpcapi1.c
  35. ;
  36. ;
  37. ; rpcapi2.c
  38. ;
  39. DhcpDsAddServer
  40. DhcpDsDelServer
  41. DhcpDsEnumServers
  42. ;
  43. ; validate.c
  44. ;
  45. DhcpDsValidateService
  46. ;
  47. ; rpcstubs.c
  48. ; dhcpsapi.def stuff here.. all these work on DS, but have
  49. ; same interface as the rpc stuff in dhcpsapi.dll
  50. ;
  51. ;
  52. ; dhcpds.c --> actually in rpcstubs.c now..
  53. ;
  54. DhcpEnumServersDS
  55. DhcpAddServerDS
  56. DhcpDeleteServerDS
  57. ;DhcpModifyServer
  58. ;
  59. ; dhcpds.c --> actually in rpcstubs.c now..
  60. ;
  61. DhcpDsInitDS
  62. DhcpDsCleanupDS
  63. DhcpDsGetLastUpdateTime
  64. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  65. ;; end of file
  66. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;