Previous: SDDS_SetArray
Up: Manual Pages
Next: SDDS_SetColumnsOfInterest
Previous Page: SDDS_SetArray
Next Page: SDDS_SetColumnsOfInterest
- name:
SDDS_SetColumnFlags
- description:
Sets initial values of accept/reject flags for the columns of the current data table of a data set. A non-zero
flag indicates that a column is ``of interest''.
- synopsis:
#include "SDDS.h"
long SDDS_SetColumnFlags(SDDS_TABLE *SDDS_table, long column_flag_value);
- arguments:
- SDDS_table : Address of the SDDS_TABLE structure for the data set.
- column_flag_value: An integer value indicating the status to assign to all columns.
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: