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
350 B
13 lines
350 B
|
|
//
|
|
// hlist defines
|
|
//
|
|
#define HLB_ADDSTRING WM_USER+100
|
|
#define HLB_INSERTSTRING WM_USER+101
|
|
#define HLB_REGISTER_TYPE WM_USER+102
|
|
#define HLB_REGISTER_CALLBACK WM_USER+103
|
|
|
|
#define HLB_IGNORE 0
|
|
#define HLB_EXPAND 1
|
|
#define HLB_COLLAPSE 2
|
|
#define HLB_END 3
|