Function ProArraySizeSet
Description
Enables you to increase or decrease the size of an array.
NOTE:
Because this call may cause the array to be reallocated, you must pass the address of the array.
Synopsis
#include <ProArray.h>
ProArraySizeSet
(
ProArray* p_array
/* (In)
The address of the array whose size should be changed
*/
int size
/* (In)
The new size of the array
*/
)
Returns
The function successfully set the array size.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
これは役に立ちましたか?