Source code of Windows XP (NT5)
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.

50 lines
626 B

  1. /*++
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. spdblspc.h
  5. Abstract:
  6. Header file for double space module in text setup.
  7. Author:
  8. Jaime Sasson (jaimes) 01-October-1993
  9. Revision History:
  10. --*/
  11. #ifndef _SPDBLSPACE_
  12. #define _SPDBLSPACE_
  13. #define CVF_NAME L"DBLSPACE"
  14. #define CVF_NAME_LENGTH 8+1+3
  15. BOOLEAN
  16. SpLoadDblspaceIni(
  17. );
  18. VOID
  19. SpInitializeCompressedDrives(
  20. );
  21. VOID
  22. SpDisposeCompressedDrives(
  23. PDISK_REGION CompressedDrive
  24. );
  25. BOOLEAN
  26. SpUpdateDoubleSpaceIni(
  27. );
  28. ULONG
  29. SpGetNumberOfCompressedDrives(
  30. IN PDISK_REGION DiskRegion
  31. );
  32. #endif // _SPDBLSPACE_