ReactOS
0.4.15-dev-4869-g35a816a
|
Go to the source code of this file.
Classes | |
struct | INI_SECTION_ITEM |
struct | INI_SECTION |
Macros | |
#define | INI_FILE_COMMENT_CHAR ';' |
#define | TAG_INI_FILE 'FinI' |
#define | TAG_INI_SECTION 'SinI' |
#define | TAG_INI_SECTION_ITEM 'IinI' |
#define | TAG_INI_NAME 'NinI' |
#define | TAG_INI_VALUE 'VinI' |
Typedefs | |
typedef struct INI_SECTION_ITEM * | PINI_SECTION_ITEM |
typedef struct INI_SECTION * | PINI_SECTION |
Variables | |
LIST_ENTRY | IniFileSectionListHead |
BOOLEAN | IniFileSectionInitialized |
ULONG | IniFileSectionCount |
ULONG | IniFileSettingCount |
typedef struct INI_SECTION * PINI_SECTION |
typedef struct INI_SECTION_ITEM * PINI_SECTION_ITEM |
Definition at line 179 of file inifile.c.
Referenced by EditCustomBootReactOS(), and InitOperatingSystemList().
Definition at line 252 of file inifile.c.
Referenced by EditCustomBootReactOS(), IniModifySettingValue(), and InitOperatingSystemList().
Definition at line 235 of file inifile.c.
Referenced by LoadAndBootWindowsCommon(), and RunLoader().
Definition at line 25 of file ini_init.c.
Referenced by RunLoader().
ULONG IniGetNextLine | ( | PCHAR | IniFileData, |
ULONG | IniFileSize, | ||
PCHAR | Buffer, | ||
ULONG | BufferSize, | ||
ULONG | CurrentOffset | ||
) |
Definition at line 54 of file inifile.c.
Referenced by BuildArgvForOsLoader(), InitOperatingSystemList(), and UiShowMessageBoxesInSection().
Definition at line 88 of file inifile.c.
Referenced by BuildArgvForOsLoader().
Definition at line 101 of file inifile.c.
Referenced by BuildArgvForOsLoader(), and UiShowMessageBoxesInSection().
Definition at line 293 of file inifile.c.
Referenced by EditCustomBootReactOS(), and InitOperatingSystemList().
Definition at line 25 of file inifile.c.
Referenced by InitOperatingSystemList(), RunLoader(), and UiInitialize().
Definition at line 31 of file parse.c.
Referenced by IniFileInitialize().
BOOLEAN IniReadSettingByName | ( | ULONG_PTR | SectionId, |
PCSTR | SettingName, | ||
PCHAR | Buffer, | ||
ULONG | BufferSize | ||
) |
Definition at line 147 of file inifile.c.
Referenced by EditCustomBootReactOS(), GetTimeOut(), InitOperatingSystemList(), LoadOperatingSystem(), and UiInitialize().
BOOLEAN IniReadSettingByNumber | ( | ULONG_PTR | SectionId, |
ULONG | SettingNumber, | ||
PCHAR | SettingName, | ||
ULONG | NameSize, | ||
PCHAR | SettingValue, | ||
ULONG | ValueSize | ||
) |
Definition at line 114 of file inifile.c.
Referenced by BuildArgvForOsLoader(), InitOperatingSystemList(), and UiShowMessageBoxesInSection().
ULONG IniFileSectionCount |
Definition at line 27 of file parse.c.
Referenced by IniAddSection(), and IniParseFile().
BOOLEAN IniFileSectionInitialized |
Definition at line 26 of file parse.c.
Referenced by IniParseFile().
LIST_ENTRY IniFileSectionListHead |
Definition at line 25 of file parse.c.
Referenced by IniAddSection(), IniCleanup(), IniOpenSection(), and IniParseFile().
ULONG IniFileSettingCount |
Definition at line 28 of file parse.c.
Referenced by IniParseFile().