- Add hit-testing to the preview control (almost complete).
[reactos.git] / reactos / dll / cpl / desk / preview.h
1
2 #define IDX_3D_OBJECTS 0
3 #define IDX_SCROLLBAR 1
4 #define IDX_DESKTOP 2
5 #define IDX_DIALOG 3
6 #define IDX_WINDOW 4
7 #define IDX_APPSPACE 5
8 #define IDX_SELECTION 6
9 #define IDX_MENU 7
10
11 #define IDX_QUICKINFO 9
12 #define IDX_INACTIVE_BORDER 10
13 #define IDX_ACTIVE_BORDER 11
14
15 #define IDX_INACTIVE_CAPTION 15
16 #define IDX_ACTIVE_CAPTION 16
17 #define IDX_CAPTION_BUTTON 17
18
19
20 BOOL RegisterPreviewControl(IN HINSTANCE hInstance);
21 VOID UnregisterPreviewControl(IN HINSTANCE hInstance);