Next: SDDS_CopyRowsOfInterest
Up: Manual Pages
Previous: SDDS_CopyParameters
Contents
SDDS_CopyRowDirect
- name:
SDDS_CopyRowDirect
- description:
Copies row values from one structure into another.
- synopsis: #include "SDDS.h"
long SDDS_CopyRowDirect(SDDS_TABLE *SDDS_target, long target_row, SDDS_TABLE *SDDS_source, long source_row)
- arguments:
- SDDS_target: Address of SDDS_TABLE structure into which to copy data.
- target_row: Row to place copied data.
- SDDS_source: Address of SDDS_TABLE structure from which to copy data.
- source_row: Row of data to copy.
- return value:
Returns 1 on success. On failure, returns 0 and records an error message.
- see also:
Robert Soliday
2006-06-29