Next: SDDS_SetRowsOfInterest
Up: Manual Pages
Previous: SDDS_SetParametersFromDoubles
Contents
SDDS_SetRowFlags
- name:
SDDS_SetRowFlags
- description:
Sets initial values of acceptance flags for the rows of the current data table of a data set. A non-zero flag indicates that a row is ``of interest''.
- synopsis: #include "SDDS.h"
long SDDS_SetRowFlags(SDDS_TABLE *SDDS_table, long row_flag_value);
- arguments:
- SDDS_table: Address of the SDDS_TABLE structure for the data set.
- row_flag_value: An integer value indicating the status to assign to all rows. A non-zero value indicates acceptance, while a zero value indicates rejection.
- return value:
Returns 1 on success. On failure, returns 0 and records an error message.
- see also:
Robert Soliday
2006-06-29