ULONGGetNextLineOfFileData(PUCHARBuffer,ULONGBufferSize,ULONGCurrentOffset);// Gets the next line of text (up to BufferSize) after CurrentOffset and returns the offset of the next line
ULONGGetOffsetOfFirstLineOfSection(PUCHARSectionName);// Returns the offset of the first line in the section or zero if the section wasn't found
ULONGGetNumSectionItems(PUCHARSectionName);// returns the number of items in a particular section (i.e. [FREELOADER])
BOOLReadSectionSettingByNumber(PUCHARSectionName,ULONGSettingNumber,PUCHARSettingName,PUCHARSettingValue);// Reads the num'th value from section
BOOLReadSectionSettingByName(PUCHARSectionName,PUCHARSettingName,PUCHARSettingValue);// Reads the value named name from section