void BSKDereferenceValue( BSKValue* dest, BSKValue* value );Inputs:
Description: The value 'value' is dereferenced into 'dest'. If the value is not VT_DEREFERENCABLE, then a simple copy (BSKCopyValue) is performed, otherwise the BSKValue that 'value' contains to is copied into dest.
Return to the API
Return to the function listing