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.

26 lines
1.2 KiB

  1. //========================================================================
  2. // Copyright (C) 1997 Microsoft Corporation
  3. // Author: RameshV
  4. // Description: This file has been generated. Pl look at the .c file
  5. //========================================================================
  6. DWORD
  7. DhcpDsGetServers(
  8. IN OUT LPSTORE_HANDLE hContainer, // the container handle
  9. IN OUT LPSTORE_HANDLE hDhcpRoot, // dhcp root object
  10. IN DWORD Reserved,
  11. IN LPWSTR ServerName, // OPTIONAL, NULL ==> All servers
  12. IN OUT PARRAY Servers // fill in this array with PM_SERVER types
  13. ) ;
  14. DWORD
  15. DhcpDsGetEnterpriseServers( // get the dhcp servers for the current enterprise
  16. IN DWORD Reserved,
  17. IN LPWSTR ServerName,
  18. IN OUT PARRAY Servers
  19. ) ;
  20. //========================================================================
  21. // end of file
  22. //========================================================================