Function ProSectionNameGet
Description
Returns the name of the specified section.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
ProSectionNameGet
(
ProSection section
/* (In)
The section.
*/
ProName r_name
/* (Out)
The name of the section. To keep this data, you must copy it.
*/
)
Returns
The function successfully retrieved the name of the section.
The input argument is invalid.
A general error occurred and the function failed.
Sample Code References
User Guide References
Was this helpful?