ReactOS 0.4.16-dev-927-g467dec4
evtdetctl.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Event Log Viewer
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Event Details Control.
5 * COPYRIGHT: Copyright 2007 Marc Piulachs <marc.piulachs@codexchange.net>
6 * Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
7 * Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
8 */
9
10#pragma once
11
12/* Optional structure passed by pointer
13 * as LPARAM to CreateEventDetailsCtrl() */
14typedef struct _EVENTDETAIL_INFO
15{
19
20#define EVT_SETFILTER (WM_APP + 2)
21#define EVT_DISPLAY (WM_APP + 3)
22
23HWND
25 HWND hParentWnd,
27
HWND hWnd
Definition: settings.c:17
HINSTANCE hInstance
Definition: charmap.c:19
LPARAM lParam
Definition: combotst.c:139
struct _EVENTDETAIL_INFO * PEVENTDETAIL_INFO
VOID EnableEventDetailsButtons(HWND hWnd, BOOL bEnable)
Definition: evtdetctl.c:964
struct _EVENTDETAIL_INFO EVENTDETAIL_INFO
HWND CreateEventDetailsCtrl(HINSTANCE hInstance, HWND hParentWnd, LPARAM lParam)
Definition: evtdetctl.c:954
unsigned int BOOL
Definition: ntddk_ex.h:94
PEVENTLOGFILTER EventLogFilter
Definition: evtdetctl.h:16
int32_t INT
Definition: typedefs.h:58
_In_ BOOL bEnable
Definition: winddi.h:3426
LONG_PTR LPARAM
Definition: windef.h:208