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.

31 lines
840 B

  1. /*
  2. **------------------------------------------------------------------------------
  3. ** Module: Disk Space Cleanup Manager
  4. ** File: seldrive.h
  5. **
  6. ** Purpose: Code that implements the "Select Drive" dialog
  7. **
  8. ** Notes:
  9. ** Mod Log: Created by Jason Cobb (12/97)
  10. **
  11. ** Copyright (c)1997 Microsoft Corporation, All Rights Reserved
  12. **------------------------------------------------------------------------------
  13. */
  14. #ifndef SELDRIVE_H
  15. #define SELDRIVE_H
  16. /*
  17. **------------------------------------------------------------------------------
  18. ** Project include files
  19. **------------------------------------------------------------------------------
  20. */
  21. #include "common.h"
  22. #include "diskutil.h"
  23. // pszDrive in/out param
  24. BOOL SelectDrive(LPTSTR pszDrive);
  25. void GetBootDrive(PTCHAR pDrive, DWORD Size);
  26. #endif