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.

32 lines
1.2 KiB

  1. /******************************************************************************
  2. **
  3. ** Copyright 1998 Adaptec, Inc., All Rights Reserved.
  4. **
  5. ** This software contains the valuable trade secrets of Adaptec. The
  6. ** software is protected under copyright laws as an unpublished work of
  7. ** Adaptec. Notice is for informational purposes only and does not imply
  8. ** publication. The user of this software may make copies of the software
  9. ** for use with parts manufactured by Adaptec or under license from Adaptec
  10. ** and for no other use.
  11. **
  12. ******************************************************************************/
  13. /******************************************************************************
  14. **
  15. ** Module Name: ImapiRegisty.h
  16. **
  17. ******************************************************************************/
  18. #ifndef _IMAPIREGISTRY_H_
  19. #define _IMAPIREGISTRY_H_
  20. #define IMAPI_PRODUCT_REGPATH "Software\\Microsoft\\IMAPI"
  21. #define IMAPI_REGKEY_STASHFILE "\\StashInfo"
  22. #define IMAPI_REGVAL_NEWPATH "StashNewPath"
  23. #define IMAPI_REGVAL_PATH "StashPath"
  24. #define IMAPI_REGVAL_STASHSIZE "StashSize"
  25. #define IMAPI_REGVAL_STASHAUTO "Automatic"
  26. #define IMAPI_REGVAL_DELETEONCLOSE "DeleteOnClose"
  27. #endif //_IMAPIREGISTRY_H_