ReactOS 0.4.15-dev-7924-g5949c20
MainDialog.h
Go to the documentation of this file.
1#ifndef MAINDIALOG_H
2#define MAINDIALOG_H
3
4
5#include <windows.h>
6
7
8#define WM_UPDATEINFO (WM_USER + 1)
9
10
12
13
14#endif // MAINDIALOG_H
INT_PTR CALLBACK MainDialogProc(HWND Dlg, UINT Msg, WPARAM WParam, LPARAM LParam)
Definition: MainDialog.cpp:424
struct @1632 Msg[]
#define CALLBACK
Definition: compat.h:35
unsigned int UINT
Definition: ndis.h:50
int32_t INT_PTR
Definition: typedefs.h:64
LONG_PTR LPARAM
Definition: windef.h:208
UINT_PTR WPARAM
Definition: windef.h:207