ReactOS 0.4.16-dev-1067-ge98bba2
|
Go to the source code of this file.
DBG_DEFAULT_CHANNEL | ( | INIFILE | ) |
Definition at line 187 of file inifile.c.
Definition at line 260 of file inifile.c.
Referenced by EditCustomBootReactOS(), IniModifySettingValue(), and InitOperatingSystemList().
Definition at line 243 of file inifile.c.
Referenced by LoadAndBootWindowsCommon(), and RunLoader().
VOID IniFreeSection | ( | PINI_SECTION | Section | ) |
Definition at line 221 of file inifile.c.
Referenced by IniCleanup().
PLIST_ENTRY IniGetFileSectionListHead | ( | VOID | ) |
Definition at line 25 of file inifile.c.
Referenced by LoadSettings().
Definition at line 60 of file inifile.c.
Referenced by BuildArgvForOsLoader(), InitOperatingSystemList(), and UiShowMessageBoxesInSection().
Definition at line 95 of file inifile.c.
Referenced by BuildArgvForOsLoader().
Definition at line 108 of file inifile.c.
Referenced by BuildArgvForOsLoader(), and UiShowMessageBoxesInSection().
PINI_SECTION_ITEM IniGetSettingByNumber | ( | ULONG_PTR | SectionId, |
ULONG | SettingNumber | ||
) |
Definition at line 70 of file inifile.c.
Referenced by IniGetSectionSettingNameSize(), IniGetSectionSettingValueSize(), and IniReadSettingByNumber().
Definition at line 301 of file inifile.c.
Referenced by EditCustomBootReactOS(), GetOSLoadingMethod(), and InitOperatingSystemList().
Definition at line 30 of file inifile.c.
Referenced by InitOperatingSystemList(), LoadSettings(), and UiInitialize().
BOOLEAN IniReadSettingByName | ( | ULONG_PTR | SectionId, |
PCSTR | SettingName, | ||
PCHAR | Buffer, | ||
ULONG | BufferSize | ||
) |
Definition at line 154 of file inifile.c.
Referenced by EditCustomBootReactOS(), GetOSLoadingMethod(), InitOperatingSystemList(), LoadSettings(), and UiInitialize().
BOOLEAN IniReadSettingByNumber | ( | ULONG_PTR | SectionId, |
ULONG | SettingNumber, | ||
PCHAR | SettingName, | ||
ULONG | NameSize, | ||
PCHAR | SettingValue, | ||
ULONG | ValueSize | ||
) |
Definition at line 121 of file inifile.c.
Referenced by BuildArgvForOsLoader(), InitOperatingSystemList(), and UiShowMessageBoxesInSection().