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.

55 lines
1.5 KiB

  1. /*++
  2. Copyright (c) 1986-1997 Microsoft Corporation
  3. Module Name:
  4. stireg.h
  5. Abstract:
  6. This module contains the STI registry entries
  7. Author:
  8. Revision History:
  9. --*/
  10. #ifndef _STIREG_
  11. #define _STIREG_
  12. //
  13. // Registry keys and values
  14. //
  15. #define REGSTR_VAL_TYPE_W L"Type"
  16. #define REGSTR_VAL_VENDOR_NAME_W L"Vendor"
  17. #define REGSTR_VAL_DEVICETYPE_W L"DeviceType"
  18. #define REGSTR_VAL_DEVICESUBTYPE_W L"DeviceSubType"
  19. #define REGSTR_VAL_DEV_NAME_W L"DeviceName"
  20. #define REGSTR_VAL_DRIVER_DESC_W L"DriverDesc"
  21. #define REGSTR_VAL_FRIENDLY_NAME_W L"FriendlyName"
  22. #define REGSTR_VAL_GENERIC_CAPS_W L"Capabilities"
  23. #define REGSTR_VAL_HARDWARE_W L"HardwareConfig"
  24. #define REGSTR_VAL_DEVICE_NAME_W L"DriverDesc"
  25. #define REGSTR_VAL_DATA_W L"DeviceData"
  26. #define REGSTR_VAL_GUID_W L"GUID"
  27. #define REGSTR_VAL_GUID "GUID"
  28. #define REGSTR_VAL_LAUNCH_APPS_W L"LaunchApplications"
  29. #define REGSTR_VAL_LAUNCH_APPS "LaunchApplications"
  30. #define REGSTR_VAL_LAUNCHABLE_W L"Launchable"
  31. #define REGSTR_VAL_LAUNCHABLE "Launchable"
  32. //
  33. // Device instance value names
  34. //
  35. #define STI_DEVICE_VALUE_TWAIN_NAME L"TwainDS"
  36. #define STI_DEVICE_VALUE_ISIS_NAME L"ISISDriverName"
  37. #define STI_DEVICE_VALUE_ICM_PROFILE L"ICMProfile"
  38. #define STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP L"DefaultLaunchApp"
  39. #define STI_DEVICE_VALUE_TIMEOUT L"PollTimeout"
  40. #endif // _STIREG_