ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Functions | |
DBG_DEFAULT_CHANNEL (INIFILE) | |
BOOLEAN | IniOpenSection (PCSTR SectionName, ULONG_PTR *SectionId) |
ULONG | IniGetNumSectionItems (ULONG_PTR SectionId) |
PINI_SECTION_ITEM | IniGetSettingByNumber (ULONG_PTR SectionId, ULONG SettingNumber) |
ULONG | IniGetSectionSettingNameSize (ULONG_PTR SectionId, ULONG SettingIndex) |
ULONG | IniGetSectionSettingValueSize (ULONG_PTR SectionId, ULONG SettingIndex) |
BOOLEAN | IniReadSettingByNumber (ULONG_PTR SectionId, ULONG SettingNumber, PCHAR SettingName, ULONG NameSize, PCHAR SettingValue, ULONG ValueSize) |
BOOLEAN | IniReadSettingByName (ULONG_PTR SectionId, PCSTR SettingName, PCHAR Buffer, ULONG BufferSize) |
BOOLEAN | IniAddSection (PCSTR SectionName, ULONG_PTR *SectionId) |
VOID | IniFreeSection (PINI_SECTION Section) |
VOID | IniCleanup (VOID) |
BOOLEAN | IniAddSettingValueToSection (ULONG_PTR SectionId, PCSTR SettingName, PCSTR SettingValue) |
BOOLEAN | IniModifySettingValue (ULONG_PTR SectionId, PCSTR SettingName, PCSTR SettingValue) |
DBG_DEFAULT_CHANNEL | ( | INIFILE | ) |
Definition at line 182 of file inifile.c.
Definition at line 255 of file inifile.c.
Referenced by EditCustomBootReactOS(), IniModifySettingValue(), and InitOperatingSystemList().
Definition at line 238 of file inifile.c.
Referenced by LoadAndBootWindowsCommon(), and RunLoader().
VOID IniFreeSection | ( | PINI_SECTION | Section | ) |
Definition at line 216 of file inifile.c.
Referenced by IniCleanup().
Definition at line 55 of file inifile.c.
Referenced by BuildArgvForOsLoader(), InitOperatingSystemList(), and UiShowMessageBoxesInSection().
Definition at line 90 of file inifile.c.
Referenced by BuildArgvForOsLoader().
Definition at line 103 of file inifile.c.
Referenced by BuildArgvForOsLoader(), and UiShowMessageBoxesInSection().
PINI_SECTION_ITEM IniGetSettingByNumber | ( | ULONG_PTR | SectionId, |
ULONG | SettingNumber | ||
) |
Definition at line 65 of file inifile.c.
Referenced by IniGetSectionSettingNameSize(), IniGetSectionSettingValueSize(), and IniReadSettingByNumber().
Definition at line 296 of file inifile.c.
Referenced by EditCustomBootReactOS(), GetOSLoadingMethod(), and InitOperatingSystemList().
Definition at line 25 of file inifile.c.
Referenced by InitOperatingSystemList(), LoadSettings(), and UiInitialize().
BOOLEAN IniReadSettingByName | ( | ULONG_PTR | SectionId, |
PCSTR | SettingName, | ||
PCHAR | Buffer, | ||
ULONG | BufferSize | ||
) |
Definition at line 149 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 116 of file inifile.c.
Referenced by BuildArgvForOsLoader(), InitOperatingSystemList(), and UiShowMessageBoxesInSection().