[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.12
SDDS_CopyColumns
name:
SDDS_CopyColumns
description:
Copies columns values from one structure into another.
synopsis:
#include ”SDDS.h”
int32_t SDDS_CopyColumns(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:
SDDS
_CopyArrays
SDDS
_CopyParameters
SDDS
_CopyRowDirect
SDDS
_CopyRowsOfInterest
SDDS
_CopyTable
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]