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.

13 lines
337 B

  1. //
  2. // hlist defines
  3. //
  4. #define HLB_ADDSTRING WM_USER+100
  5. #define HLB_INSERTSTRING WM_USER+101
  6. #define HLB_REGISTER_TYPE WM_USER+102
  7. #define HLB_REGISTER_CALLBACK WM_USER+103
  8. #define HLB_IGNORE 0
  9. #define HLB_EXPAND 1
  10. #define HLB_COLLAPSE 2
  11. #define HLB_END 3