Description | |||||||||||
Returns an array of valid dimension identifiers for the specified section. | |||||||||||
Synopsis | |||||||||||
#include <ProSecdim.h> | |||||||||||
ProError | ProSecdimIdsGet | ( | |||||||||
ProSection handle | |||||||||||
/* (In) | |||||||||||
The section handle. | |||||||||||
*/ | |||||||||||
ProIntlist* p_id_list | |||||||||||
/* (Out) | |||||||||||
The array of identifiers. The function allocates the memory for this array. Call the function ProArrayFree()to release the memory. | |||||||||||
*/ | |||||||||||
int* p_num_ids | |||||||||||
/* (Out) | |||||||||||
The size of the p_id_list array. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProArrayFree |