Next: SDDS_GetArrayInformation
Up: Manual Pages
Previous: SDDS_GetArrayDefinition
Contents
SDDS_GetArrayIndex
- name:
SDDS_GetArrayIndex
- description:
Returns the index of a named array in the data set. This is used with some routines for faster access to the data or to information about the data.
- synopsis: #include "SDDS.h"
long SDDS_GetArrayIndex(SDDS_TABLE *SDDS_table, char *array_name)
- arguments:
- SDDS_table: Address of the SDDS_TABLE structure for the data set.
- array_name: A NULL-terminated character string giving the name of the array for which information is desired.
- return value:
On success, returns a non-negative integer giving the index of the array. On failure, returns -1 and records an error message.
- see also:
Robert Soliday
2006-06-29