Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenpreview.h
Go to the documentation of this file.
00001 /* 00002 * PROJECT: ReactOS Desktop Control Panel 00003 * LICENSE: GPL - See COPYING in the top level directory 00004 * FILE: dll/cpl/desk/preview.h 00005 * PURPOSE: Definitions used by the preview control 00006 * COPYRIGHT: Copyright 2006, 2007 Eric Kohl 00007 */ 00008 00009 #define IDX_DESKTOP 0 00010 #define IDX_INACTIVE_CAPTION 1 00011 #define IDX_INACTIVE_BORDER 2 00012 #define IDX_ACTIVE_CAPTION 3 00013 #define IDX_ACTIVE_BORDER 4 00014 #define IDX_MENU 5 00015 #define IDX_SELECTION 6 00016 #define IDX_WINDOW 7 00017 #define IDX_SCROLLBAR 8 00018 #define IDX_3D_OBJECTS 9 00019 #define IDX_CAPTION_BUTTON 12 00020 #define IDX_DIALOG 14 00021 #define IDX_APPSPACE 16 00022 #define IDX_QUICKINFO 20 00023 00024 00025 00026 #define PVM_GETCYCAPTION (WM_USER+1) 00027 #define PVM_SETCYCAPTION (WM_USER+2) 00028 00029 #define PVM_GETCYMENU (WM_USER+3) 00030 #define PVM_SETCYMENU (WM_USER+4) 00031 00032 #define PVM_GETCXSCROLLBAR (WM_USER+5) 00033 #define PVM_SETCXSCROLLBAR (WM_USER+6) 00034 00035 #define PVM_GETCYSIZEFRAME (WM_USER+7) 00036 #define PVM_SETCYSIZEFRAME (WM_USER+8) 00037 00038 #define PVM_UPDATETHEME (WM_USER+13) 00039 00040 BOOL RegisterPreviewControl(IN HINSTANCE hInstance); 00041 VOID UnregisterPreviewControl(IN HINSTANCE hInstance); Generated on Fri May 25 2012 04:19:03 for ReactOS by
1.7.6.1
|