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.

38 lines
676 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. Jeff Parham (jeffparh) 12-Nov-1995
  13. Copied from LLSMGR and modified for CCFApi bitmaps.
  14. --*/
  15. #ifndef _IMAGELST_H_
  16. #define _IMAGELST_H_
  17. #define BMPI_RGB_BKGND (RGB(0,255,0)) // green mask...
  18. #define BMPI_CERTIFICATE 0
  19. #define BMPI_SMALL_SIZE 18 // one bit border...
  20. #define BMPI_LARGE_SIZE 34 // one bit border...
  21. #endif // _IMAGELST_H_