Previous: SDDS_Terminate
Up: Manual Pages
Next: SDDS_WriteTable
Previous Page: SDDS_Terminate
Next Page: SDDS_WriteTable
- name:
SDDS_WriteLayout
- description:
Writes the SDDS header describing the layout of the data tables that will follow.
- synopsis:
#include "SDDS.h"
long SDDS_WriteLayout(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: