ReactOS 0.4.15-dev-6056-gb29b268
|
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 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().
VOID IniFreeSection | ( | PINI_SECTION | Section | ) |
Definition at line 213 of file inifile.c.
Referenced by IniCleanup().
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().
PINI_SECTION_ITEM IniGetSettingByNumber | ( | ULONG_PTR | SectionId, |
ULONG | SettingNumber | ||
) |
Definition at line 64 of file inifile.c.
Referenced by IniGetSectionSettingNameSize(), IniGetSectionSettingValueSize(), and IniReadSettingByNumber().
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().
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().