ReactOS
0.4.16-dev-297-gc569aee
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
l2cmn.h
Go to the documentation of this file.
1
#ifndef _L2CMN_H
2
#define _L2CMN_H
3
4
typedef
struct
_L2_NOTIFICATION_DATA
{
5
DWORD
NotificationSource
;
6
DWORD
NotificationCode
;
7
GUID
InterfaceGuid
;
8
DWORD
dwDataSize
;
9
#if defined(__midl) || defined(__WIDL__)
10
[
unique
, size_is(
dwDataSize
)]
PBYTE
pData
;
11
#else
12
PVOID
pData
;
13
#endif
14
}
L2_NOTIFICATION_DATA
, *
PL2_NOTIFICATION_DATA
;
15
16
#endif
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
GUID
Definition:
shobjidl.idl:2988
unique
Definition:
winsxs.idl:110
void
Definition:
nsiface.idl:2307
L2_NOTIFICATION_DATA
struct _L2_NOTIFICATION_DATA L2_NOTIFICATION_DATA
PL2_NOTIFICATION_DATA
struct _L2_NOTIFICATION_DATA * PL2_NOTIFICATION_DATA
PBYTE
BYTE * PBYTE
Definition:
pedump.c:66
_L2_NOTIFICATION_DATA
Definition:
l2cmn.h:4
_L2_NOTIFICATION_DATA::InterfaceGuid
GUID InterfaceGuid
Definition:
l2cmn.h:7
_L2_NOTIFICATION_DATA::NotificationSource
DWORD NotificationSource
Definition:
l2cmn.h:5
_L2_NOTIFICATION_DATA::NotificationCode
DWORD NotificationCode
Definition:
l2cmn.h:6
_L2_NOTIFICATION_DATA::pData
PVOID pData
Definition:
l2cmn.h:12
_L2_NOTIFICATION_DATA::dwDataSize
DWORD dwDataSize
Definition:
l2cmn.h:8
sdk
include
psdk
l2cmn.h
Generated on Wed Nov 27 2024 06:12:18 for ReactOS by
1.9.6