Source code of Windows XP (NT5)
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.

158 lines
3.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. 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. DhcpDsCreateOptionDef
  37. DhcpDsModifyOptionDef
  38. DhcpDsEnumOptionDefs
  39. DhcpDsDeleteOptionDef
  40. DhcpDsSetOptionValue
  41. DhcpDsRemoveOptionValue
  42. DhcpDsGetOptionValue
  43. DhcpDsEnumOptionValues
  44. DhcpDsCreateClass
  45. DhcpDsDeleteClass
  46. DhcpDsGetClassInfo
  47. DhcpDsEnumClasses
  48. ;
  49. ; rpcapi2.c
  50. ;
  51. DhcpDsAddServer
  52. DhcpDsDelServer
  53. DhcpDsEnumServers
  54. DhcpDsSetSScope
  55. DhcpDsDelSScope
  56. DhcpDsGetSScopeInfo
  57. DhcpDsServerAddSubnet
  58. DhcpDsServerDelSubnet
  59. DhcpDsServerModifySubnet
  60. DhcpDsServerEnumSubnets
  61. DhcpDsServerGetSubnetInfo
  62. DhcpDsSubnetAddRangeOrExcl
  63. DhcpDsSubnetDelRangeOrExcl
  64. DhcpDsEnumRangesOrExcl
  65. DhcpDsSubnetAddReservation
  66. DhcpDsSubnetDelReservation
  67. DhcpDsEnumReservations
  68. ;
  69. ; validate.c
  70. ;
  71. DhcpDsValidateService
  72. ;
  73. ; rpcstubs.c
  74. ; dhcpsapi.def stuff here.. all these work on DS, but have
  75. ; same interface as the rpc stuff in dhcpsapi.dll
  76. ;
  77. DhcpCreateSubnetDS
  78. DhcpSetSubnetInfoDS
  79. DhcpGetSubnetInfoDS
  80. DhcpEnumSubnetsDS
  81. DhcpDeleteSubnetDS
  82. DhcpCreateOptionDS
  83. DhcpSetOptionInfoDS
  84. DhcpGetOptionInfoDS
  85. DhcpRemoveOptionDS
  86. DhcpSetOptionValueDS
  87. DhcpGetOptionValueDS
  88. DhcpEnumOptionValuesDS
  89. DhcpRemoveOptionValueDS
  90. DhcpEnumOptionsDS
  91. DhcpSetOptionValuesDS
  92. DhcpAddSubnetElementDS
  93. DhcpAddSubnetElementV4DS
  94. DhcpEnumSubnetElementsDS
  95. DhcpEnumSubnetElementsV4DS
  96. DhcpRemoveSubnetElementDS
  97. DhcpRemoveSubnetElementV4DS
  98. DhcpSetSuperScopeV4DS
  99. DhcpGetSuperScopeInfoV4DS
  100. DhcpDeleteSuperScopeV4DS
  101. DhcpGetClientInfoDS
  102. DhcpSetClientInfoDS
  103. DhcpGetClientInfoV4DS
  104. DhcpSetClientInfoV4DS
  105. DhcpCreateOptionV5DS
  106. DhcpSetOptionInfoV5DS
  107. DhcpGetOptionInfoV5DS
  108. DhcpEnumOptionsV5DS
  109. DhcpRemoveOptionV5DS
  110. DhcpSetOptionValueV5DS
  111. DhcpSetOptionValuesV5DS
  112. DhcpGetOptionValueV5DS
  113. DhcpEnumOptionValuesV5DS
  114. DhcpRemoveOptionValueV5DS
  115. DhcpCreateClassDS
  116. DhcpModifyClassDS
  117. DhcpDeleteClassDS
  118. DhcpGetClassInfoDS
  119. DhcpEnumClassesDS
  120. DhcpGetAllOptionsDS
  121. DhcpGetAllOptionValuesDS
  122. ;
  123. ; dhcpds.c --> actually in rpcstubs.c now..
  124. ;
  125. DhcpEnumServersDS
  126. DhcpAddServerDS
  127. DhcpDeleteServerDS
  128. ;DhcpModifyServer
  129. ;
  130. ; dhcpds.c --> actually in rpcstubs.c now..
  131. ;
  132. DhcpDsInitDS
  133. DhcpDsCleanupDS
  134. DhcpDsGetLastUpdateTime
  135. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  136. ;; end of file
  137. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;