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
tdilib.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS TDI interface
4
* FILE: tdilib.h
5
* PURPOSE: Shared TDI library header
6
*/
7
8
#pragma once
9
10
NTSTATUS
openTcpFile
(
PHANDLE
tcpFile,
ACCESS_MASK
DesiredAccess
);
11
VOID
closeTcpFile
(
HANDLE
tcpFile);
12
NTSTATUS
tdiGetEntityIDSet
(
HANDLE
tcpFile,
TDIEntityID
**entitySet,
13
PDWORD
numEntities );
14
NTSTATUS
tdiGetSetOfThings
(
HANDLE
tcpFile,
DWORD
toiClass,
DWORD
toiType,
15
DWORD
toiId,
DWORD
teiEntity,
DWORD
teiInstance,
16
DWORD
fixedPart,
17
DWORD
entrySize,
PVOID
*tdiEntitySet,
18
PDWORD
numEntries );
19
VOID
tdiFreeThingSet
(
PVOID
things );
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
void
Definition:
nsiface.idl:2307
ACCESS_MASK
ULONG ACCESS_MASK
Definition:
nt_native.h:40
PHANDLE
PVOID *typedef PHANDLE
Definition:
ntsecpkg.h:455
PDWORD
DWORD * PDWORD
Definition:
pedump.c:68
_TDIEntityID
Definition:
tdiinfo.h:30
closeTcpFile
VOID closeTcpFile(HANDLE tcpFile)
Definition:
handle.c:43
tdiGetSetOfThings
NTSTATUS tdiGetSetOfThings(HANDLE tcpFile, DWORD toiClass, DWORD toiType, DWORD toiId, DWORD teiEntity, DWORD teiInstance, DWORD fixedPart, DWORD entrySize, PVOID *tdiEntitySet, PDWORD numEntries)
Definition:
enum.c:24
openTcpFile
NTSTATUS openTcpFile(PHANDLE tcpFile, ACCESS_MASK DesiredAccess)
Definition:
handle.c:12
tdiFreeThingSet
VOID tdiFreeThingSet(PVOID things)
Definition:
enum.c:118
tdiGetEntityIDSet
NTSTATUS tdiGetEntityIDSet(HANDLE tcpFile, TDIEntityID **entitySet, PDWORD numEntities)
Definition:
enum.c:122
DesiredAccess
_Must_inspect_result_ _In_ WDFDEVICE _In_ ULONG _In_ ACCESS_MASK DesiredAccess
Definition:
wdfdevice.h:2658
sdk
lib
tdilib
tdilib.h
Generated on Wed Nov 27 2024 06:14:15 for ReactOS by
1.9.6