ReactOS 0.4.15-dev-7924-g5949c20
fontview.h
Go to the documentation of this file.
1#pragma once
2
3#define MAX_LOADSTRING 50
4#define MAX_BUTTONNAME 30
5
6#define HEADER_SIZE 37
7#define BUTTON_POS_X 6
8#define BUTTON_POS_Y 8
9#define BUTTON_WIDTH 80
10#define BUTTON_HEIGHT 21
11#define BUTTON_PADDING 8
12
13#define IDC_INSTALL 1001
14#define IDC_PRINT 1002
15#define IDC_DISPLAY 1003
16#define IDC_PREV 1004
17#define IDC_NEXT 1005
18
20
21BOOL LoadFont(LPWSTR lpCmdLine);
22
23extern INT g_FontIndex;
#define CALLBACK
Definition: compat.h:35
unsigned int BOOL
Definition: ntddk_ex.h:94
INT g_FontIndex
Definition: fontview.c:20
BOOL LoadFont(LPWSTR lpCmdLine)
LRESULT CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM)
Definition: fontview.c:585
unsigned int UINT
Definition: ndis.h:50
int32_t INT
Definition: typedefs.h:58
LONG_PTR LPARAM
Definition: windef.h:208
LONG_PTR LRESULT
Definition: windef.h:209
UINT_PTR WPARAM
Definition: windef.h:207
WCHAR * LPWSTR
Definition: xmlstorage.h:184