[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.85
SDDS_SaveLayout
name:
SDDS_SaveLayout
description:
Saves the SDDS header describing the layout of the data tables that will follow. Usually called before SDDS_WriteLayout.
synopsis:
#include ”SDDS.h”
int32_t SDDS_SaveLayout(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
_InitializeOutput
SDDS
_InitializeCopy
SDDS
_WriteLayout
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]