Previous: SDDS_WriteLayout
Up: Manual Pages
Previous Page: SDDS_WriteLayout
Next Page: About this document ...
- name:
SDDS_WriteTable
- description:
Writes out the current data table (i.e., the parameters and the tabular data). Must be
preceeded by a call to SDDS_WriteLayout at some point.
- synopsis:
#include "SDDS.h"
long SDDS_WriteTable(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: