pe_array_values_pointer |
Retrieves a pointer to the values of an array
double * pe_array_values_pointer (PE_ARRAY array);
array | The array object |
This function retrieves a pointer to the values of an array. Arrays are used with PE_HTMETHOD and PE_ADHJCS objects.
On success, a pointer to the values of the specified array object; On failure, a null pointer