- Sync up Mm interface with WinLdr branch (introduce the concept of a memory type...
[reactos.git] / reactos / dll / cpl / desk / preview.h
1 /*
2 * PROJECT: ReactOS Desktop Control Panel
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: lib/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
25
26 #define PVM_GETCYCAPTION (WM_USER+1)
27 #define PVM_SETCYCAPTION (WM_USER+2)
28
29 #define PVM_GETCYMENU (WM_USER+3)
30 #define PVM_SETCYMENU (WM_USER+4)
31
32 #define PVM_GETCXSCROLLBAR (WM_USER+5)
33 #define PVM_SETCXSCROLLBAR (WM_USER+6)
34
35 #define PVM_GETCYSIZEFRAME (WM_USER+7)
36 #define PVM_SETCYSIZEFRAME (WM_USER+8)
37
38 #define PVM_SETCAPTIONFONT (WM_USER+9)
39 #define PVM_SETMENUFONT (WM_USER+10)
40 #define PVM_SETDIALOGFONT (WM_USER+11)
41
42 #define PVM_SETCOLOR (WM_USER+12)
43
44 BOOL RegisterPreviewControl(IN HINSTANCE hInstance);
45 VOID UnregisterPreviewControl(IN HINSTANCE hInstance);