Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygendisplay.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 /* Messages for the display class */ 00004 #define FVM_SETTYPEFACE WM_USER 00005 #define FVM_SETSTRING (WM_USER + 1) 00006 00007 /* Size restrictions */ 00008 #define MAX_STRING 100 00009 #define MAX_FORMAT 20 00010 #define MAX_SIZES 8 00011 00012 extern const WCHAR g_szFontDisplayClassName[]; 00013 00014 /* Public function */ 00015 BOOL Display_InitClass(HINSTANCE hInstance); Generated on Sat May 26 2012 04:15:37 for ReactOS by
1.7.6.1
|