Next: SDDS_InitializeCopy
Up: Manual Pages
Previous: SDDS_InitializeAppend
Contents
SDDS_InitializeAppendToPage
- name:
SDDS_InitializeAppendToPage
- description:
Appends to a file by adding to the last page.
- synopsis: #include "SDDS.h"
long SDDS_InitializeAppendToPage(SDDS_TABLE *SDDS_table, char *filename, long expected_n_rows, long *rowsPresentReturn);
- 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.
- expected_n_rows: The expected number of rows in the data table, used to preallocate memory for storing data values.
- rowsPresentReturn: Pointer that returns the number or rows in the file.
- return value:
Returns 1 on success. On failure, returns 0 and records an error message.
- see also:
Robert Soliday
2006-06-29