Previous: SDDS_GetParameterInformation
Up: Manual Pages
Next: SDDS_GetParameterType
Previous Page: SDDS_GetParameterInformation
Next Page: SDDS_GetParameterType
- name:
SDDS_GetParameterNames
- description:
Returns an array of character strings giving the names of the parameters for a data set.
- synopsis:
#include "SDDS.h"
char **SDDS_GetParameterNames(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 parameters.
- return value:
On success, returns a pointer to an array of NULL-terminated character strings giving the names of the parameters.
On failure, returns NULL and records an error message.
- see also: