[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.30
SDDS_DeleteUnsetColumns
name:
SDDS_DeleteUnsetColumns
description:
Deletes “unset” columns from the current data table of a data set. An “unset” column is one which has not been declared to be “of interest” using SDDS_SetColumnsOfInterest.
synopsis:
#include ”SDDS.h”
int32_t SDDS_DeleteUnsetColumns(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:
SDDS
_SetColumnFlags
SDDS
_SetColumnsOfInterest
SDDS
_NumberOfErrors
SDDS
_PrintErrors
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]