ReactOS 0.4.15-dev-7942-gd23573b
evtdetctl.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _EVENTDETAIL_INFO
 

Macros

#define EVT_SETFILTER   (WM_APP + 2)
 
#define EVT_DISPLAY   (WM_APP + 3)
 

Typedefs

typedef struct _EVENTDETAIL_INFO EVENTDETAIL_INFO
 
typedef struct _EVENTDETAIL_INFOPEVENTDETAIL_INFO
 

Functions

HWND CreateEventDetailsCtrl (HINSTANCE hInstance, HWND hParentWnd, LPARAM lParam)
 

Macro Definition Documentation

◆ EVT_DISPLAY

#define EVT_DISPLAY   (WM_APP + 3)

Definition at line 22 of file evtdetctl.h.

◆ EVT_SETFILTER

#define EVT_SETFILTER   (WM_APP + 2)

Definition at line 21 of file evtdetctl.h.

Typedef Documentation

◆ EVENTDETAIL_INFO

◆ PEVENTDETAIL_INFO

Function Documentation

◆ CreateEventDetailsCtrl()

HWND CreateEventDetailsCtrl ( HINSTANCE  hInstance,
HWND  hParentWnd,
LPARAM  lParam 
)

Definition at line 954 of file evtdetctl.c.

957{
960 hParentWnd, EventDetailsCtrl, lParam);
961}
#define IDD_EVENTDETAILS_CTRL
Definition: resource.h:33
HINSTANCE hInstance
Definition: charmap.c:19
LPARAM lParam
Definition: combotst.c:139
static INT_PTR CALLBACK EventDetailsCtrl(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: evtdetctl.c:769
HWND WINAPI CreateDialogParamW(_In_opt_ HINSTANCE, _In_ LPCWSTR, _In_opt_ HWND, _In_opt_ DLGPROC, _In_ LPARAM)
#define MAKEINTRESOURCEW(i)
Definition: winuser.h:582

Referenced by EventDetails(), and InitInstance().