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.

44 lines
869 B

  1. /*++
  2. Copyright (c) 1994-95 Microsoft Corporation
  3. Module Name:
  4. imagelst.h
  5. Abstract:
  6. Constants for shared image list.
  7. Author:
  8. Don Ryan (donryan) 12-Feb-1995
  9. Environment:
  10. User Mode - Win32
  11. Revision History:
  12. --*/
  13. #ifndef _IMAGELST_H_
  14. #define _IMAGELST_H_
  15. #define BMPI_RGB_BKGND (RGB(0,255,0)) // green mask...
  16. #define BMPI_ENTERPRISE 0
  17. #define BMPI_DOMAIN 1
  18. #define BMPI_SERVER 2
  19. #define BMPI_PRODUCT 3
  20. #define BMPI_PRODUCT_PER_SEAT 4
  21. #define BMPI_PRODUCT_PER_SERVER 5
  22. #define BMPI_USER 6
  23. #define BMPI_LICENSE_GROUP 7
  24. #define BMPI_VIOLATION 8
  25. #define BMPI_WARNING_AT_LIMIT 9
  26. #define BMPI_SMALL_SIZE 18 // one bit border...
  27. #define BMPI_LARGE_SIZE 34 // one bit border...
  28. #endif // _IMAGELST_H_