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.

33 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. DhcpRegReadSubServer( // read all the sub objects of a server and add 'em
  8. IN PREG_HANDLE Hdl,
  9. IN OUT PM_SERVER Server
  10. ) ;
  11. DWORD
  12. DhcpRegReadServer( // read the server and all its sub objects
  13. IN PREG_HANDLE Hdl,
  14. OUT PM_SERVER *Server // return the created object
  15. ) ;
  16. DWORD
  17. DhcpRegReadThisServer( // recursively read for the current server
  18. OUT PM_SERVER *Server
  19. ) ;
  20. DWORD
  21. DhcpRegReadServerBitmasks(
  22. IN OUT PM_SERVER Server
  23. ) ;
  24. //========================================================================
  25. // end of file
  26. //========================================================================