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.

44 lines
2.5 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 SubnetDeleteReservation deletes the reservation object from off the DS.
  7. SubnetDeleteReservation( // delete reservation from DS
  8. IN OUT LPSTORE_HANDLE hDhcpC, // container for resrevation objs
  9. IN LPWSTR ServerName, // name of dhcp server
  10. IN OUT LPSTORE_HANDLE hServer, // server object in DS
  11. IN OUT LPSTORE_HANDLE hSubnet, // subnet object in DS
  12. IN LPWSTR ADsPath, // path of reservation object
  13. IN DWORD StoreGetType // path is relative, abs, or dif server?
  14. ) ;
  15. //DOC ServerDeleteSubnet deletes the subnet specified from the DS by removing
  16. //DOC the subnet object.
  17. ServerDeleteSubnet( // remove subnet object from DS
  18. IN OUT LPSTORE_HANDLE hDhcpC, // container for subnet objs in Ds
  19. IN LPWSTR ServerName, // name of server this deletion is for
  20. IN OUT LPSTORE_HANDLE hServer, // server object in DS
  21. IN LPWSTR ADsPath, // Location of the subnet in DS
  22. IN DWORD StoreGetType // path is relative,abs or diff srvr?
  23. ) ;
  24. //DOC DeleteServer deletes the server object from the DS and deletes any SUBNET and
  25. //DOC reservation objects that it may point to.
  26. //DOC The hDhcpC parameter is the handle of the container where the server object
  27. //DOC may be located. This used in conjunction with the ADsPath and StoreGetType
  28. //DOC defines the location of the ServerObject.
  29. DWORD
  30. DeleteServer( // recurse delete server from DS
  31. IN OUT LPSTORE_HANDLE hDhcpC, // container where server obj may be
  32. IN LPWSTR ServerName, // name of server..
  33. IN LPWSTR ADsPath, // path of the server object
  34. IN DWORD StoreGetType // is path relative, absolute or dif srvr?
  35. ) ;
  36. //========================================================================
  37. // end of file
  38. //========================================================================