ReactOS
0.4.16-dev-1059-gb1cf981
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
settings.h
Go to the documentation of this file.
1
/*
2
* PROJECT: FreeLoader
3
* LICENSE: MIT (https://spdx.org/licenses/MIT)
4
* PURPOSE: Command-line parsing and global settings management
5
* COPYRIGHT: Copyright 2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
6
*/
7
8
#pragma once
9
10
typedef
struct
_BOOTMGRINFO
11
{
12
PCSTR
DebugString
;
13
PCSTR
DefaultOs
;
14
LONG
TimeOut
;
15
ULONG_PTR
FrLdrSection
;
16
}
BOOTMGRINFO
, *
PBOOTMGRINFO
;
17
18
extern
BOOTMGRINFO
BootMgrInfo
;
19
20
PBOOTMGRINFO
GetBootMgrInfo
(
VOID
);
21
22
VOID
23
LoadSettings
(
24
_In_opt_
PCSTR
CmdLine
);
25
26
/* EOF */
LoadSettings
void LoadSettings(void)
Definition:
settings.c:53
BootMgrInfo
BOOTMGRINFO BootMgrInfo
Definition:
settings.c:18
PBOOTMGRINFO
struct _BOOTMGRINFO * PBOOTMGRINFO
GetBootMgrInfo
PBOOTMGRINFO GetBootMgrInfo(VOID)
Definition:
settings.c:191
BOOTMGRINFO
struct _BOOTMGRINFO BOOTMGRINFO
CmdLine
static const WCHAR CmdLine[]
Definition:
install.c:48
void
Definition:
nsiface.idl:2307
_In_opt_
#define _In_opt_
Definition:
no_sal2.h:212
LONG
long LONG
Definition:
pedump.c:60
_BOOTMGRINFO
Definition:
settings.h:11
_BOOTMGRINFO::DefaultOs
PCSTR DefaultOs
Definition:
settings.h:13
_BOOTMGRINFO::TimeOut
LONG TimeOut
Definition:
settings.h:14
_BOOTMGRINFO::DebugString
PCSTR DebugString
Definition:
settings.h:12
_BOOTMGRINFO::FrLdrSection
ULONG_PTR FrLdrSection
Definition:
settings.h:15
PCSTR
const char * PCSTR
Definition:
typedefs.h:52
ULONG_PTR
uint32_t ULONG_PTR
Definition:
typedefs.h:65
boot
freeldr
freeldr
include
settings.h
Generated on Wed Apr 30 2025 06:19:08 for ReactOS by
1.9.6