You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef CUSTOMMESSAGEDEFINES_H
|
|
#define CUSTOMMESSAGEDEFINES_H
|
|
|
|
|
|
// 选中对象改变
|
|
const UINT WM_SELECTION_CHANGED = WM_USER + 100;
|
|
const UINT WM_VIEW_ACTIVE = WM_USER +101;
|
|
|
|
#endif |