ReactOS
0.4.16-dev-927-g467dec4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
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() */
14
typedef
struct
_EVENTDETAIL_INFO
15
{
16
PEVENTLOGFILTER
EventLogFilter
;
17
INT
iEventItem
;
18
}
EVENTDETAIL_INFO
, *
PEVENTDETAIL_INFO
;
19
20
#define EVT_SETFILTER (WM_APP + 2)
21
#define EVT_DISPLAY (WM_APP + 3)
22
23
HWND
24
CreateEventDetailsCtrl
(
HINSTANCE
hInstance
,
25
HWND
hParentWnd,
26
LPARAM
lParam
);
27
28
VOID
EnableEventDetailsButtons
(
HWND
hWnd
,
BOOL
bEnable
);
hWnd
HWND hWnd
Definition:
settings.c:17
hInstance
HINSTANCE hInstance
Definition:
charmap.c:19
lParam
LPARAM lParam
Definition:
combotst.c:139
PEVENTDETAIL_INFO
struct _EVENTDETAIL_INFO * PEVENTDETAIL_INFO
EnableEventDetailsButtons
VOID EnableEventDetailsButtons(HWND hWnd, BOOL bEnable)
Definition:
evtdetctl.c:964
EVENTDETAIL_INFO
struct _EVENTDETAIL_INFO EVENTDETAIL_INFO
CreateEventDetailsCtrl
HWND CreateEventDetailsCtrl(HINSTANCE hInstance, HWND hParentWnd, LPARAM lParam)
Definition:
evtdetctl.c:954
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
void
Definition:
nsiface.idl:2307
_EVENTDETAIL_INFO
Definition:
evtdetctl.h:15
_EVENTDETAIL_INFO::EventLogFilter
PEVENTLOGFILTER EventLogFilter
Definition:
evtdetctl.h:16
_EVENTDETAIL_INFO::iEventItem
INT iEventItem
Definition:
evtdetctl.h:17
_EVENTLOGFILTER
Definition:
eventvwr.h:106
INT
int32_t INT
Definition:
typedefs.h:58
bEnable
_In_ BOOL bEnable
Definition:
winddi.h:3426
LPARAM
LONG_PTR LPARAM
Definition:
windef.h:208
base
applications
mscutils
eventvwr
evtdetctl.h
Generated on Sun Mar 30 2025 06:02:25 for ReactOS by
1.9.6