void BSKCopyValue( BSKValue* dest, BSKValue* src );Inputs:
Description: Copies 'src' into 'dest'. If 'src' is VT_ALLOCATED, a copy of the memory is made and assigned to dest, otherwise, the datum field is shared between the two values.
Return to the API
Return to the function listing