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
651 B

  1. //
  2. // Universal Resource Consumer: Just an innocent stress program
  3. // Copyright (c) Microsoft Corporation, 1997, 1998, 1999
  4. //
  5. //
  6. // header: disk.hxx
  7. // author: silviuc
  8. // created: Mon Apr 13 14:03:45 1998
  9. //
  10. #ifndef _DISK_HXX_INCLUDED_
  11. #define _DISK_HXX_INCLUDED_
  12. //
  13. // Function:
  14. //
  15. // ConsumeAllDiskSpace
  16. //
  17. // Description:
  18. //
  19. // This function consumes all disk space on the current
  20. // partition (the one from which `consume' has been launched).
  21. //
  22. void ConsumeAllDiskSpace ();
  23. // ...
  24. #endif // #ifndef _DISK_HXX_INCLUDED_
  25. //
  26. // end of header: disk.hxx
  27. //