[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.70
SDDS_InitializeAppend
name:
SDDS_InitializeAppend
description:
Appends to a file by adding a new page.
synopsis:
#include ”SDDS.h”
int32_t SDDS_InitializeAppend(SDDS_TABLE *SDDS_table, char *filename);
arguments:
SDDS
_table:
Address of the SDDS_TABLE structure for the data set.
filename:
A NULL-terminated character string giving the name of the existing file.
return value:
Returns 1 on success. On failure, returns 0 and records an error message.
see also:
SDDS
_InitializeAppendToPage
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]