- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / dll / cpl / desk / preview.h
1 /*
2 * PROJECT: ReactOS Desktop Control Panel
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: dll/cpl/desk/preview.h
5 * PURPOSE: Definitions used by the preview control
6 * COPYRIGHT: Copyright 2006, 2007 Eric Kohl
7 */
8
9 #define IDX_DESKTOP 0
10 #define IDX_INACTIVE_CAPTION 1
11 #define IDX_INACTIVE_BORDER 2
12 #define IDX_ACTIVE_CAPTION 3
13 #define IDX_ACTIVE_BORDER 4
14 #define IDX_MENU 5
15 #define IDX_SELECTION 6
16 #define IDX_WINDOW 7
17 #define IDX_SCROLLBAR 8
18 #define IDX_3D_OBJECTS 9
19 #define IDX_CAPTION_BUTTON 12
20 #define IDX_DIALOG 14
21 #define IDX_APPSPACE 16
22 #define IDX_QUICKINFO 20
23
24 #define PVM_GETCYCAPTION (WM_USER+1)
25 #define PVM_SETCYCAPTION (WM_USER+2)
26
27 #define PVM_GETCYMENU (WM_USER+3)
28 #define PVM_SETCYMENU (WM_USER+4)
29
30 #define PVM_GETCXSCROLLBAR (WM_USER+5)
31 #define PVM_SETCXSCROLLBAR (WM_USER+6)
32
33 #define PVM_GETCYSIZEFRAME (WM_USER+7)
34 #define PVM_SETCYSIZEFRAME (WM_USER+8)
35
36 #define PVM_UPDATETHEME (WM_USER+13)
37
38 BOOL RegisterPreviewControl(IN HINSTANCE hInstance);
39 VOID UnregisterPreviewControl(IN HINSTANCE hInstance);