ReactOS 0.4.15-dev-7842-g558ab78
display.h
Go to the documentation of this file.
1#pragma once
2
3/* Messages for the display class */
4#define FVM_SETTYPEFACE WM_USER
5#define FVM_SETSTRING (WM_USER + 1)
6#define FVM_GETFULLNAME (WM_USER + 2)
7
8/* Size restrictions */
9#define MAX_STRING 100
10#define MAX_FORMAT 20
11#define MAX_SIZES 8
12
13extern const WCHAR g_szFontDisplayClassName[];
14
15/* Public function */
const WCHAR g_szFontDisplayClassName[]
Definition: display.c:19
LRESULT Display_OnPrint(HWND hwnd)
Definition: display.c:422
BOOL Display_InitClass(HINSTANCE hInstance)
Definition: display.c:40
HINSTANCE hInstance
Definition: charmap.c:19
unsigned int BOOL
Definition: ntddk_ex.h:94
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
LONG_PTR LRESULT
Definition: windef.h:209
__wchar_t WCHAR
Definition: xmlstorage.h:180