[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.15
SDDS_CopyRowDirect
name:
SDDS_CopyRowDirect
description:
Copies row values from one structure into another.
synopsis:
#include ”SDDS.h”
int32_t SDDS_CopyRowDirect(SDDS_TABLE *SDDS_target, int32_t target_row, SDDS_TABLE *SDDS_source, int32_t 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:
SDDS
_CopyColumns
SDDS
_CopyRowsOfInterest
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]