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.

43 lines
907 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. StolenIds.h
  5. Abstract:
  6. Author:
  7. Hakki T. Bostanci (hakkib) 06-Apr-2000
  8. Revision History:
  9. --*/
  10. #ifndef _STOLENIDS_H_
  11. #define _STOLENIDS_H_
  12. //////////////////////////////////////////////////////////////////////////
  13. //
  14. // stolen ID's
  15. //
  16. #define IDD_CHOOSEWIADEVICE 3000
  17. #define IDS_CAMERADLG_TITLE 4209
  18. #define IDS_DIALOG_TITLE 4012
  19. #define IDD_CAPTURE_DIALOG 5000
  20. #define MessageTitle 1
  21. #define DeviceFriendlyName 102
  22. #define IDS_OEMTITLE 309
  23. #define IDC_NDW_PICKDEV_HAVEDISK 1567
  24. #define IDD_NEXT 0x3024
  25. #define IDD_FINISH 0x3025
  26. #define IDS_VIDDLG_BUSY_TITLE 5407
  27. //bugbug: remove this when defined in wia.h
  28. #define StiDeviceTypeStreamingVideo 3
  29. #endif //_STOLENIDS_H_