Previous: SDDS_GetArrayInformation
Up: Manual Pages
Next: SDDS_GetArrayType
Previous Page: SDDS_GetArrayInformation
Next Page: SDDS_GetArrayType
- name:
SDDS_GetArrayNames
- description:
Returns an array of character strings giving the names of the arrays for a data set.
- synopsis:
#include "SDDS.h"
char **SDDS_GetArrayNames(SDDS_TABLE *SDDS_table, long *number)
- arguments:
- SDDS_table : Address of the SDDS_TABLE structure for the data set.
- number: Address of a location in which to place the number of arrays.
- return value:
On success, returns an array of NULL-terminated character strings giving the names of the arrays.
On failure, returns NULL and records an error message.
- see also: