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.

119 lines
2.7 KiB

  1. LIBRARY DHCPSAPI.DLL
  2. EXPORTS
  3. DhcpCreateSubnet
  4. DhcpSetSubnetInfo
  5. DhcpGetSubnetInfo
  6. DhcpEnumSubnets
  7. DhcpAddSubnetElement
  8. DhcpEnumSubnetElements
  9. DhcpRemoveSubnetElement
  10. DhcpDeleteSubnet
  11. DhcpCreateOption
  12. DhcpSetOptionInfo
  13. DhcpGetOptionInfo
  14. DhcpRemoveOption
  15. DhcpSetOptionValue
  16. DhcpGetOptionValue
  17. DhcpEnumOptionValues
  18. DhcpRemoveOptionValue
  19. DhcpCreateClientInfo
  20. DhcpSetClientInfo
  21. DhcpGetClientInfo
  22. DhcpDeleteClientInfo
  23. DhcpEnumSubnetClients
  24. DhcpGetClientOptions
  25. DhcpGetMibInfo
  26. DhcpRpcFreeMemory
  27. DhcpEnumOptions
  28. DhcpSetOptionValues
  29. DhcpServerSetConfig
  30. DhcpServerGetConfig
  31. DhcpScanDatabase
  32. DhcpGetVersion
  33. DhcpSetClientInfoV4
  34. DhcpGetClientInfoV4
  35. DhcpCreateClientInfoV4
  36. DhcpEnumSubnetClientsV4
  37. DhcpServerSetConfigV4
  38. DhcpServerGetConfigV4
  39. DhcpAddSubnetElementV4
  40. DhcpEnumSubnetElementsV4
  41. DhcpRemoveSubnetElementV4
  42. DhcpSetSuperScopeV4
  43. DhcpGetSuperScopeInfoV4
  44. DhcpDeleteSuperScopeV4
  45. DhcpEnumSubnetClientsV5
  46. DhcpCreateOptionV5
  47. DhcpSetOptionInfoV5
  48. DhcpGetOptionInfoV5
  49. DhcpEnumOptionsV5
  50. DhcpRemoveOptionV5
  51. DhcpSetOptionValueV5
  52. DhcpSetOptionValuesV5
  53. DhcpGetOptionValueV5
  54. DhcpEnumOptionValuesV5
  55. DhcpRemoveOptionValueV5
  56. DhcpCreateClass
  57. DhcpModifyClass
  58. DhcpDeleteClass
  59. DhcpGetClassInfo
  60. DhcpEnumClasses
  61. DhcpGetAllOptions
  62. DhcpGetAllOptionValues
  63. DhcpSetMScopeInfo
  64. DhcpAddMScopeElement
  65. DhcpEnumMScopeClients
  66. DhcpGetMScopeInfo
  67. DhcpEnumMScopes
  68. DhcpDeleteMScope
  69. DhcpDeleteMClientInfo
  70. DhcpRemoveMScopeElement
  71. DhcpEnumMScopeElements
  72. DhcpScanMDatabase
  73. DhcpGetMCastMibInfo
  74. ; the following are functions in dhcpds.dll that r exported here.
  75. DhcpEnumServers
  76. DhcpAddServer
  77. DhcpDeleteServer
  78. DhcpDsInit
  79. DhcpDsCleanup
  80. DhcpSetThreadOptions
  81. DhcpGetThreadOptions
  82. ; querying server attributes
  83. DhcpServerQueryAttributes
  84. DhcpServerQueryAttribute
  85. ; force retry of authorization
  86. DhcpServerRedoAuthorization
  87. ; audit logging
  88. DhcpAuditLogSetParams
  89. DhcpAuditLogGetParams
  90. ; dynamic bootp
  91. DhcpAddSubnetElementV5
  92. DhcpEnumSubnetElementsV5
  93. DhcpRemoveSubnetElementV5
  94. ; clear DS info for current machine
  95. DhcpDsClearHostServerEntries
  96. ; binding information
  97. DhcpSetServerBindingInfo
  98. DhcpGetServerBindingInfo
  99. ; DNS info
  100. DhcpServerQueryDnsRegCredentials
  101. DhcpServerSetDnsRegCredentials
  102. ; backup restore APIs
  103. DhcpServerBackupDatabase
  104. DhcpServerRestoreDatabase