ReactOS 0.4.15-dev-7934-g1dc8d80
biditext.h
Go to the documentation of this file.
1#pragma once
2
3#include <windows.h>
4#include <commctrl.h>
5#include <strsafe.h>
6
7/* Global instance handle */
9
10/* Window procedure for our main window */
12
13/* Register a class for our main window */
15
16/* Create an instance of our main window */
18
19/* Dialog procedure for our "about" dialog */
21
22/* Show our "about" dialog */
23void ShowAboutDialog(HWND owner);
24
25
26#define IDI_APPICON 101
27#define IDR_MAINMENU 102
28#define IDR_ACCELERATOR 103
29#define IDD_ABOUTDIALOG 104
30#define ID_FILE_EXIT 40001
31#define ID_HELP_ABOUT 40002
32
33#ifndef IDC_STATIC
34 #define IDC_STATIC -1
35#endif
#define msg(x)
Definition: auth_time.c:54
HWND hWnd
Definition: settings.c:17
void ShowAboutDialog(HWND owner)
Definition: biditext.c:110
LRESULT CALLBACK MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
Definition: fontview.c:585
INT_PTR CALLBACK AboutDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: about.c:4
BOOL RegisterMainWindowClass(void)
Definition: biditext.c:307
HWND CreateMainWindow(void)
Definition: biditext.c:330
HINSTANCE g_hInstance
Definition: MainWindow.cpp:18
WPARAM wParam
Definition: combotst.c:138
LPARAM lParam
Definition: combotst.c:139
#define CALLBACK
Definition: compat.h:35
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned int UINT
Definition: ndis.h:50
int32_t INT_PTR
Definition: typedefs.h:64
LONG_PTR LPARAM
Definition: windef.h:208
LONG_PTR LRESULT
Definition: windef.h:209
UINT_PTR WPARAM
Definition: windef.h:207