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.

34 lines
1.1 KiB

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1999
  4. *
  5. * TITLE: wiaregst.h
  6. *
  7. *
  8. * DESCRIPTION:
  9. * Definition of registry paths for WIA and STI components.
  10. *
  11. *******************************************************************************/
  12. #ifndef _WIAREGST_H_
  13. #define _WIAREGST_H_
  14. // These paths may be accessed by multiple components. Do not put paths to keys that only one
  15. // component needs.
  16. #define REGSTR_PATH_NAMESPACE_CLSID TEXT("CLSID\\{E211B736-43FD-11D1-9EFB-0000F8757FCD}")
  17. #define REGSTR_PATH_USER_SETTINGS TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\WIA")
  18. #define REGSTR_PATH_SHELL_USER_SETTINGS TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\WIA\\Shell")
  19. // These values control what happens when a camera connects to the PC
  20. #define REGSTR_VALUE_CONNECTACT TEXT("Action")
  21. #define REGSTR_VALUE_AUTODELETE TEXT("DeleteOnSave")
  22. #define REGSTR_VALUE_SAVEFOLDER TEXT("DestinationFolder")
  23. #define REGSTR_VALUE_USEDATE TEXT("UseDate")
  24. #ifndef NO_STI_REGSTR
  25. #include "stiregi.h"
  26. #endif
  27. #endif