Next: SDDS_FilterRowsOfInterest
Up: Manual Pages
Previous: SDDS_DeleteUnsetColumns
Contents
SDDS_DeleteUnsetRows
- name:
SDDS_DeleteUnsetRows
- description:
Deletes ``unset'' rows from the current data table of a data set. An ``unset'' row is one which has not been declared to be ``of interest'' using SDDS_SetRowsOfInterest or SDDS_FilterRowsOfInterest.
- synopsis: #include "SDDS.h"
long SDDS_DeleteUnsetRows(SDDS_TABLE *SDDS_table)
- arguments:
- SDDS_table: Address of the SDDS_TABLE structure for the data set.
- return value:
Returns 1 on success. On failure, returns 0 and records an error message.
- see also:
Robert Soliday
2006-06-29