Home |
RTTarget-32 Programming Manual Function RTSectionName Function RTSetDLLNameTranslation System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
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.
|