Category Sketches and sections, Object ProSection

Function ProSectionSubsectionToggle


Description
Activates a subsequent subsection or adds an empty one. Returns the index of the activated subsection.
Synopsis
#include <ProSection.h>
ProErrorProSectionSubsectionToggle(
ProSection section
/* (In)
The section.
*/
int* p_active_subsec
/* (Out)
The index of the activated subsection.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_BAD_INPUTSThe input argument is invalid.