ReactOS
0.4.16-dev-814-g656a5dc
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
vftypes.h
Go to the documentation of this file.
1
/*++ NDK Version: 0098
2
3
Copyright (c) ReactOS Portable Systems Group. All rights reserved.
4
5
Header Name:
6
7
vftypes.h
8
9
Abstract:
10
11
Type definitions for the Driver Verifier.
12
13
Author:
14
15
ReactOS Portable Systems Group (ros.arm@reactos.org) - Created - 27-Jun-2010
16
17
--*/
18
19
#ifndef _VFTYPES_H
20
#define _VFTYPES_H
21
22
//
23
// Dependencies
24
//
25
#include <
umtypes.h
>
26
27
//
28
// Failure Classes
29
//
30
typedef
enum
_VF_FAILURE_CLASS
31
{
32
VFFAILURE_FAIL_IN_FIELD
,
33
VFFAILURE_FAIL_LOGO
,
34
VFFAILURE_FAIL_UNDER_DEBUGGER
35
}
VF_FAILURE_CLASS
, *
PVF_FAILURE_CLASS
;
36
37
//
38
// Object Types
39
//
40
typedef
enum
_VF_OBJECT_TYPE
41
{
42
VFOBJTYPE_DRIVER
,
43
VFOBJTYPE_DEVICE
,
44
VFOBJTYPE_SYSTEM_BIOS
45
}
VF_OBJECT_TYPE
,
PVF_OBJECT_TYPE
;
46
47
#endif
// _VFTYPES_H
umtypes.h
VF_FAILURE_CLASS
enum _VF_FAILURE_CLASS VF_FAILURE_CLASS
_VF_FAILURE_CLASS
_VF_FAILURE_CLASS
Definition:
vftypes.h:31
VFFAILURE_FAIL_LOGO
@ VFFAILURE_FAIL_LOGO
Definition:
vftypes.h:33
VFFAILURE_FAIL_UNDER_DEBUGGER
@ VFFAILURE_FAIL_UNDER_DEBUGGER
Definition:
vftypes.h:34
VFFAILURE_FAIL_IN_FIELD
@ VFFAILURE_FAIL_IN_FIELD
Definition:
vftypes.h:32
VF_OBJECT_TYPE
enum _VF_OBJECT_TYPE VF_OBJECT_TYPE
_VF_OBJECT_TYPE
_VF_OBJECT_TYPE
Definition:
vftypes.h:41
VFOBJTYPE_DEVICE
@ VFOBJTYPE_DEVICE
Definition:
vftypes.h:43
VFOBJTYPE_DRIVER
@ VFOBJTYPE_DRIVER
Definition:
vftypes.h:42
VFOBJTYPE_SYSTEM_BIOS
@ VFOBJTYPE_SYSTEM_BIOS
Definition:
vftypes.h:44
PVF_OBJECT_TYPE
enum _VF_OBJECT_TYPE PVF_OBJECT_TYPE
PVF_FAILURE_CLASS
enum _VF_FAILURE_CLASS * PVF_FAILURE_CLASS
sdk
include
ndk
vftypes.h
Generated on Thu Mar 13 2025 06:12:14 for ReactOS by
1.9.6