[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.31
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”
int32_t 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:
SDDS
_FilterRowsOfInterest
SDDS
_NumberOfErrors
SDDS
_PrintErrors
SDDS
_SetRowFlags
SDDS
_SetRowsOfInterest
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]