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.

20 lines
615 B

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1994 **
  4. //*********************************************************************
  5. #ifndef _TREEVIEW_H_
  6. #define _TREEVIEW_H_
  7. // state image indexes
  8. #define IMG_USER 0
  9. #define IMG_USERS 1
  10. #define IMG_MACHINE 2
  11. #define IMG_MACHINES 3
  12. #define IMG_BOOKOPEN 4
  13. #define IMG_BOOKCLOSED 5
  14. #define IMG_CHECKED 6
  15. #define IMG_UNCHECKED 7
  16. #define IMG_INDETERMINATE 8
  17. #define IMG_EMPTY 9
  18. #endif _TREEVIEW_H_