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.

34 lines
1.8 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. //DOC DhcpDsGetLastUpdateTime gets the last update time for the server
  7. //DOC specified by name. If the server does not exist, or if server object doesnt
  8. //DOC exist, then an error is returned. If the time value
  9. //DOC does not exist on the server object, again, an error is returned.
  10. DWORD
  11. DhcpDsGetLastUpdateTime( // last update time for server
  12. IN LPWSTR ServerName, // this is server of interest
  13. IN OUT LPFILETIME Time // fill in this w./ the time
  14. ) ;
  15. //DOC AddServer should add the new address to the server's attribs
  16. //DOC it should take this opportunity to reconcile the server.
  17. //DOC Currently it does nothing. (at the least it should probably try to
  18. //DOC check if the object exists, and if not create it.)
  19. //DOC
  20. DWORD
  21. AddServer( // add server and do misc work
  22. IN OUT LPSTORE_HANDLE hDhcpC, // container for server obj
  23. IN LPWSTR ServerName, // [DNS?] name of server
  24. IN LPWSTR ADsPath, // ADS path to server object
  25. IN DWORD IpAddress, // IpAddress to add to server
  26. IN DWORD State // state of server
  27. ) ;
  28. //========================================================================
  29. // end of file
  30. //========================================================================