![]() |
Home |
|
Function RTSectionNameFunction RTSectionName can determine the name of a section located using RTLocateSection: const char * RTSectionName(const RTAppSection * Section); ParametersSectionPointer to the section for which to retrieve the name. return valueIf the section exists, the function returns a pointer to its name; otherwise, NULL is returned.
|