GetSectionName
Retrieves the current section name.
native bool GetSectionName(char[] section, int maxlength)
Parameters
char[] section
Buffer to store the section name.
int maxlength
Maximum length of the name buffer.
Return Value
bool True on success, false on failure.