Next: SDDS_InitializeAppendToPage
Up: Manual Pages
Previous: SDDS_GetValue
Contents
SDDS_InitializeAppend
- name:
SDDS_InitializeAppend
- description:
Appends to a file by adding a new page.
- synopsis: #include "SDDS.h"
long 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:
Robert Soliday
2006-06-29