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
fdo.c
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS Kernel
4
* FILE: drivers/bus/pcmcia/fdo.c
5
* PURPOSE: PCMCIA Bus Driver
6
* PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org)
7
*/
8
9
#include <
pcmcia.h
>
10
11
//#define NDEBUG
12
#include <debug.h>
13
14
NTSTATUS
15
NTAPI
16
PcmciaFdoPlugPlay
(
PPCMCIA_FDO_EXTENSION
FdoExt,
17
PIRP
Irp
)
18
{
19
UNREFERENCED_PARAMETER
(FdoExt);
20
21
UNIMPLEMENTED
;
22
23
IoCompleteRequest
(
Irp
,
IO_NO_INCREMENT
);
24
25
return
STATUS_NOT_SUPPORTED
;
26
}
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
UNIMPLEMENTED
#define UNIMPLEMENTED
Definition:
ntoskrnl.c:15
PcmciaFdoPlugPlay
NTSTATUS NTAPI PcmciaFdoPlugPlay(PPCMCIA_FDO_EXTENSION FdoExt, PIRP Irp)
Definition:
fdo.c:16
Irp
_In_ PIRP Irp
Definition:
csq.h:116
STATUS_NOT_SUPPORTED
#define STATUS_NOT_SUPPORTED
Definition:
d3dkmdt.h:48
UNREFERENCED_PARAMETER
#define UNREFERENCED_PARAMETER(P)
Definition:
ntbasedef.h:325
IoCompleteRequest
#define IoCompleteRequest
Definition:
irp.c:1240
pcmcia.h
_IRP
Definition:
Bus_PDO_EvalMethod.c:105
_PCMCIA_FDO_EXTENSION
Definition:
pcmcia.h:31
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IO_NO_INCREMENT
#define IO_NO_INCREMENT
Definition:
iotypes.h:598
drivers
bus
pcmcia
fdo.c
Generated on Wed Nov 27 2024 06:05:28 for ReactOS by
1.9.6