Function ProArraySizeGet
Description
Returns the size of the specified array.
Synopsis
#include <ProArray.h>
ProArraySizeGet
(
ProArray array
/* (In)
The array whose size is required
*/
int* p_size
/* (Out)
The size of the array
*/
)
Returns
The function successfully returned the array size.
The input argument is invalid.
Sample Code References
User Guide References
War dies hilfreich?