ReactOS
0.4.16-dev-937-g7afcd2a
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
wshdrv.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS WinSock 2 DLL
4
* FILE: dll/win32/ws2help/wshdrv.h
5
* PURPOSE: WinSock 2 Helper Driver header
6
*/
7
8
#ifndef __WSHDRV_H
9
#define __WSHDRV_H
10
11
typedef
struct
_WSH_EA_DATA
12
{
13
HANDLE
FileHandle
;
14
PVOID
Context
;
15
}
WSH_EA_DATA
, *
PWAH_EA_DATA
;
16
17
typedef
struct
_WAH_EA_DATA2
18
{
19
HANDLE
ThreadHandle
;
20
PVOID
RequestRoutine
;
21
PVOID
CancelRoutine
;
22
PVOID
ApcContext
;
23
ULONG
Reserved
;
24
}
WAH_EA_DATA2
, *
PWAH_EA_DATA2
;
25
26
#define IOCTL_WS2IFSL_SET_HANDLE 0x12B00
27
28
#endif
/* __WSHDRV_H */
void
Definition:
nsiface.idl:2307
_WAH_EA_DATA2
Definition:
wshdrv.h:18
_WAH_EA_DATA2::RequestRoutine
PVOID RequestRoutine
Definition:
wshdrv.h:20
_WAH_EA_DATA2::ApcContext
PVOID ApcContext
Definition:
wshdrv.h:22
_WAH_EA_DATA2::ThreadHandle
HANDLE ThreadHandle
Definition:
wshdrv.h:19
_WAH_EA_DATA2::CancelRoutine
PVOID CancelRoutine
Definition:
wshdrv.h:21
_WAH_EA_DATA2::Reserved
ULONG Reserved
Definition:
wshdrv.h:23
_WSH_EA_DATA
Definition:
wshdrv.h:12
_WSH_EA_DATA::FileHandle
HANDLE FileHandle
Definition:
wshdrv.h:13
_WSH_EA_DATA::Context
PVOID Context
Definition:
wshdrv.h:14
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
PWAH_EA_DATA
struct _WSH_EA_DATA * PWAH_EA_DATA
WSH_EA_DATA
struct _WSH_EA_DATA WSH_EA_DATA
PWAH_EA_DATA2
struct _WAH_EA_DATA2 * PWAH_EA_DATA2
WAH_EA_DATA2
struct _WAH_EA_DATA2 WAH_EA_DATA2
dll
win32
ws2help
wshdrv.h
Generated on Wed Apr 2 2025 06:05:33 for ReactOS by
1.9.6