ReactOS 0.4.16-dev-853-g88d9285
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)
 
VOID EnableEventDetailsButtons (HWND hWnd, BOOL bEnable)
 

Macro Definition Documentation

◆ EVT_DISPLAY

#define EVT_DISPLAY   (WM_APP + 3)

Definition at line 21 of file evtdetctl.h.

◆ EVT_SETFILTER

#define EVT_SETFILTER   (WM_APP + 2)

Definition at line 20 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().

◆ EnableEventDetailsButtons()

VOID EnableEventDetailsButtons ( HWND  hWnd,
BOOL  bEnable 
)

Definition at line 964 of file evtdetctl.c.

965{
969}
#define IDC_COPY
Definition: resource.h:17
HWND hWnd
Definition: settings.c:17
#define IDC_PREVIOUS
Definition: resource.h:47
#define EnableDlgItem(hDlg, nID, bEnable)
Definition: eventvwr.h:55
#define IDC_NEXT
Definition: fontview.h:17
_In_ BOOL bEnable
Definition: winddi.h:3426

Referenced by EnumEventsThread().