ReactOS
0.4.16-dev-965-gf669426
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
common.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS VFAT filesystem library
4
* FILE: lib\fslib\vfatlib\common.h
5
* PURPOSE: Common code for Fat support
6
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
7
* Eric Kohl
8
* Hermes Belusca-Maito (hermes.belusca@sfr.fr)
9
*/
10
11
#ifndef _VFATCOMMON_H_
12
#define _VFATCOMMON_H_
13
14
ULONG
GetShiftCount
(
IN
ULONG
Value
);
15
ULONG
CalcVolumeSerialNumber
(
VOID
);
16
17
NTSTATUS
18
FatWipeSectors
(
19
IN
HANDLE
FileHandle
,
20
IN
ULONG
TotalSectors,
21
IN
ULONG
SectorsPerCluster,
22
IN
ULONG
BytesPerSector,
23
IN
OUT
PFORMAT_CONTEXT
Context
);
24
25
#endif
/* _VFATCOMMON_H_ */
26
27
/* EOF */
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
FileHandle
_Must_inspect_result_ _In_opt_ PFLT_INSTANCE _Out_ PHANDLE FileHandle
Definition:
fltkernel.h:1231
void
Definition:
nsiface.idl:2307
GetShiftCount
ULONG GetShiftCount(IN ULONG Value)
Definition:
common.c:21
FatWipeSectors
NTSTATUS FatWipeSectors(IN HANDLE FileHandle, IN ULONG TotalSectors, IN ULONG SectorsPerCluster, IN ULONG BytesPerSector, IN OUT PFORMAT_CONTEXT Context)
Definition:
common.c:56
CalcVolumeSerialNumber
ULONG CalcVolumeSerialNumber(VOID)
Definition:
common.c:35
Context
Definition:
compobj.c:4795
_FORMAT_CONTEXT
Definition:
vfatlib.h:104
IN
#define IN
Definition:
typedefs.h:39
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
OUT
#define OUT
Definition:
typedefs.h:40
Value
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value
Definition:
wdfregistry.h:413
sdk
lib
fslib
vfatlib
common.h
Generated on Tue Apr 8 2025 06:13:13 for ReactOS by
1.9.6