Description | ||||||||||||||
Solves the specified section.
This function shouldn't be called if Intent Manager mode is used for the section (see ProSectionIntentManagerModeSet() |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProSection.h> | ||||||||||||||
ProError | ProSectionSolve | ( | ||||||||||||
ProSection section | ||||||||||||||
/* (In) | ||||||||||||||
The handle to an unsolved section | ||||||||||||||
*/ | ||||||||||||||
ProWSecerror* sec_errors | ||||||||||||||
/* (Out) | ||||||||||||||
The section errors filled out by the function. Before calling this function, allocate the pointer to ProWSecerror using ProSecerrorAlloc(). This array is populated if the function returns a value other than PRO_TK_NO_ERROR. Free the allocated memory later using the function ProSecerrorFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|