ReactOS
0.4.16-dev-433-g6363f78
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
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
_
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
#ifndef _EVTDETCTL_H_
11
#define _EVTDETCTL_H_
12
13
/* Optional structure passed by pointer
14
* as LPARAM to CreateEventDetailsCtrl() */
15
typedef
struct
_EVENTDETAIL_INFO
16
{
17
PEVENTLOGFILTER
EventLogFilter
;
18
INT
iEventItem
;
19
}
EVENTDETAIL_INFO
, *
PEVENTDETAIL_INFO
;
20
21
#define EVT_SETFILTER (WM_APP + 2)
22
#define EVT_DISPLAY (WM_APP + 3)
23
24
HWND
25
CreateEventDetailsCtrl
(
HINSTANCE
hInstance
,
26
HWND
hParentWnd,
27
LPARAM
lParam
);
28
29
#endif
/* _EVTDETCTL_H_ */
hInstance
HINSTANCE hInstance
Definition:
charmap.c:19
lParam
LPARAM lParam
Definition:
combotst.c:139
PEVENTDETAIL_INFO
struct _EVENTDETAIL_INFO * PEVENTDETAIL_INFO
EVENTDETAIL_INFO
struct _EVENTDETAIL_INFO EVENTDETAIL_INFO
CreateEventDetailsCtrl
HWND CreateEventDetailsCtrl(HINSTANCE hInstance, HWND hParentWnd, LPARAM lParam)
Definition:
evtdetctl.c:954
void
Definition:
nsiface.idl:2307
_EVENTDETAIL_INFO
Definition:
evtdetctl.h:16
_EVENTDETAIL_INFO::EventLogFilter
PEVENTLOGFILTER EventLogFilter
Definition:
evtdetctl.h:17
_EVENTDETAIL_INFO::iEventItem
INT iEventItem
Definition:
evtdetctl.h:18
_EVENTLOGFILTER
Definition:
eventvwr.h:106
INT
int32_t INT
Definition:
typedefs.h:58
LPARAM
LONG_PTR LPARAM
Definition:
windef.h:208
base
applications
mscutils
eventvwr
evtdetctl.h
Generated on Tue Jan 7 2025 06:06:57 for ReactOS by
1.9.6