Previous: SDDS_ConvertToDouble
Up: Manual Pages
Next: SDDS_CountRowsOfInterest
Previous Page: SDDS_ConvertToDouble
Next Page: SDDS_CountRowsOfInterest
- name:
SDDS_CopyTable
- description:
Copies the data in a SDDS table from one structure into another.
- synopsis:
#include "SDDS.h"
long SDDS_CopyTable(SDDS_TABLE *SDDS_target, SDDS_TABLE *SDDS_source)
- arguments:
- SDDS_target: Address of SDDS_TABLE structure into which to copy data.
- SDDS_source: Address of SDDS_TABLE structure from which to copy data.
- return value:
Returns 1 on success. On failure, returns 0 and records an error message.
- see also: