Function ProSectionEntityIdsGet
Description
Returns an array of valid section entity identifiers.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
ProSectionEntityIdsGet
(
ProSection section
/* (In)
The section.
*/
ProIntlist* p_id_list
/* (Out)
The array of identifiers. The function allocates the memory for this argument. Call the function ProArrayFree() to release the memory.
*/
int* p_num_ids
/* (Out)
The size of the p_id_list array.
*/
)
Returns
The function successfully retrieved the information.
A general error occurred and the function failed.
The input argument is invalid.
See Also
Sample Code References
User Guide References
¿Fue esto útil?