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
Functions
rescan.c File Reference
#include "
diskpart.h
"
Include dependency graph for rescan.c:
Go to the source code of this file.
Functions
BOOL
rescan_main
(
INT
argc
,
LPWSTR
*
argv
)
Function Documentation
◆
rescan_main()
BOOL
rescan_main
(
INT
argc
,
LPWSTR
*
argv
)
Definition at line
11
of file
rescan.c
.
12
{
13
ConResPuts
(
StdOut
,
IDS_RESCAN_START
);
14
DestroyVolumeList
();
15
DestroyPartitionList
();
16
CreatePartitionList
();
17
CreateVolumeList
();
18
ConResPuts
(
StdOut
,
IDS_RESCAN_END
);
19
20
return
TRUE
;
21
}
StdOut
#define StdOut
Definition:
fc.c:14
ConResPuts
void ConResPuts(FILE *fp, UINT nID)
Definition:
fc.c:27
IDS_RESCAN_START
#define IDS_RESCAN_START
Definition:
resource.h:82
IDS_RESCAN_END
#define IDS_RESCAN_END
Definition:
resource.h:83
DestroyVolumeList
VOID DestroyVolumeList(VOID)
Definition:
partlist.c:1450
CreateVolumeList
NTSTATUS CreateVolumeList(VOID)
Definition:
partlist.c:1412
TRUE
#define TRUE
Definition:
types.h:120
DestroyPartitionList
VOID DestroyPartitionList(IN PPARTLIST List)
Definition:
partlist.c:2072
CreatePartitionList
PPARTLIST CreatePartitionList(VOID)
Definition:
partlist.c:1987
base
system
diskpart
rescan.c
Generated on Tue Nov 26 2024 06:16:14 for ReactOS by
1.9.6